typo3-php-datasets/phpstan-baseline.neon
Daniel Siepmann 5887cb87fe
First basic implementation (#1)
Allows to import a PHP data set within TYPO3 testing framework.
Allows to assert a PHP data set within TYPO3 testing framework.
2023-04-11 15:12:51 +02:00

7 lines
259 B
Plaintext

parameters:
ignoreErrors:
-
message: "#^Method Codappix\\\\Typo3PhpDatasets\\\\PhpDataSet\\:\\:getConnectionPool\\(\\) should return TYPO3\\\\CMS\\\\Core\\\\Database\\\\ConnectionPool but returns object\\.$#"
count: 1
path: Classes/PhpDataSet.php