src/Monad/IO.php
Avoid classes with short names like IO. Configured minimum length is 3. Open
Open
class IO implements
FantasyLand\Monad,
FantasyLand\Foldable
{
const of = 'Widmogrod\Monad\IO::of';
- Read upRead up
- Exclude checks
ShortClassName
Since: 2.9
Detects when classes or interfaces have a very short name.
Example
class Fo {
}
interface Fo {
}