widmogrod/php-functional

View on GitHub
src/Monad/IO.php

Summary

Maintainability
A
0 mins
Test Coverage
B
82%

Avoid classes with short names like IO. Configured minimum length is 3.
Open

class IO implements
    FantasyLand\Monad,
    FantasyLand\Foldable
{
    const of = 'Widmogrod\Monad\IO::of';
Severity: Minor
Found in src/Monad/IO.php by phpmd

ShortClassName

Since: 2.9

Detects when classes or interfaces have a very short name.

Example

class Fo {

}

interface Fo {

}

Source https://phpmd.org/rules/naming.html#shortclassname

There are no issues that match your filters.

Category
Status