autowp/textstorage

View on GitHub

Showing 18 of 18 total issues

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testSecondTextNotAffectsFirst()
Open

    public function testSecondTextNotAffectsFirst(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testReturnNullOnEmptyIds()
Open

    public function testReturnNullOnEmptyIds(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Parameter $options is never used
Open

    public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
Severity: Minor
Found in src/Factory/ServiceFactory.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ConfigTest::testTexStorageRegistered()
Open

    public function testTexStorageRegistered(): void
Severity: Minor
Found in test/ConfigTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testRevisionNumberIncreased()
Open

    public function testRevisionNumberIncreased(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ConfigTest::testConfig()
Open

    public function testConfig(): void
Severity: Minor
Found in test/ConfigTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testThrowExceptionOnUnexpectedOption()
Open

    public function testThrowExceptionOnUnexpectedOption(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testReadWrite()
Open

    public function testReadWrite(): void
Severity: Minor
Found in test/ServiceTest.php by phan

syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open

    private ?Adapter $adapter;
Severity: Critical
Found in src/Service.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testThrowExceptionWhenSetUnexistentText()
Open

    public function testThrowExceptionWhenSetUnexistentText(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testGetFirstText()
Open

    public function testGetFirstText(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Parameter $requestedName is never used
Open

    public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null)
Severity: Minor
Found in src/Factory/ServiceFactory.php by phan

Possibly zero references to class \Autowp\TextStorage\Module
Open

class Module
Severity: Minor
Found in src/Module.php by phan

Possibly zero references to class \AutowpTest\TextStorage\ConfigTest
Open

class ConfigTest extends TestCase
Severity: Minor
Found in test/ConfigTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testReturnNullWhenNothingFound()
Open

    public function testReturnNullWhenNothingFound(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \Autowp\TextStorage\Module::getConfig()
Open

    public function getConfig()
Severity: Minor
Found in src/Module.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testGetFirstTextIgnoreEmptyText()
Open

    public function testGetFirstTextIgnoreEmptyText(): void
Severity: Minor
Found in test/ServiceTest.php by phan

Possibly zero references to public method \AutowpTest\TextStorage\ServiceTest::testRevisionNumberNotIncreasedWhenTextNotChanged()
Open

    public function testRevisionNumberNotIncreasedWhenTextNotChanged(): void
Severity: Minor
Found in test/ServiceTest.php by phan
Severity
Category
Status
Source
Language