Add AbstractTestContainer class #468
Annotations
5 errors
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
src/TestContainerSingleton.php#L24
Call to static method notNull() on an unknown class SimpleSAML\TestUtils\Assert.
|
|
PHPStan:
src/TestContainerSingleton.php#L22
Method SimpleSAML\TestUtils\TestContainerSingleton::getContainer() has invalid return type SimpleSAML\TestUtils\AbstractTestContainer.
|
|
PHPStan:
src/TestContainerSingleton.php#L16
Parameter $testContainer of method SimpleSAML\TestUtils\TestContainerSingleton::setContainer() has invalid type SimpleSAML\TestUtils\AbstractTestContainer.
|
|
PHPStan:
src/TestContainerSingleton.php#L12
Property SimpleSAML\TestUtils\TestContainerSingleton::$testContainer has unknown class SimpleSAML\TestUtils\AbstractTestContainer as its type.
|
Loading