parameters:
level: 5
paths:
- src
- tests
ignoreErrors:
-
message: '~Access to an undefined property NorseBlue\\Prim\\ValueObject::\$nonexistent.~'
path: %currentWorkingDirectory%/tests/Unit/ValueObjectTest.php
-
message: '~Static call to instance method NorseBlue\\Prim\\Tests\\Helpers\\Facades\\[a-zA-Z0-9_]+::[a-zA-Z0-9_]+\(\).~'
path: %currentWorkingDirectory%/tests/Unit/Facade/ValueObjectFacadeTest.php
-
message: '~Call to an undefined static method NorseBlue\\Prim\\Tests\\Helpers\\Facades\\DummyCompleteFacade::nonexistent\(\).~'
path: %currentWorkingDirectory%/tests/Unit/Facade/ValueObjectFacadeTest.php
-
message: '~Parameter #1 \$value of class NorseBlue\\Prim\\Scalars\\BoolObject constructor expects [a-zA-z0-9_\|\\]+, int given.~'
path: %currentWorkingDirectory%/tests/Unit/Scalars/BoolObjectTest.php
-
message: '~Parameter #1 \$value of class NorseBlue\\Prim\\Scalars\\FloatObject constructor expects [a-zA-z0-9_\|\\]+, string given.~'
path: %currentWorkingDirectory%/tests/Unit/Scalars/FloatObjectTest.php
-
message: '~Parameter #1 \$value of class NorseBlue\\Prim\\Scalars\\IntObject constructor expects [a-zA-z0-9_\|\\]+, string given.~'
path: %currentWorkingDirectory%/tests/Unit/Scalars/IntObjectTest.php
-
message: '~Parameter #1 \$value of class NorseBlue\\Prim\\Scalars\\StringObject constructor expects [a-zA-z0-9_\|\\]+, int given.~'
path: %currentWorkingDirectory%/tests/Unit/Scalars/StringObjectTest.php
-
message: '~Call to an undefined method Exception::getPregError[a-zA-z0-9_\|\\]+\(\).~'
path: %currentWorkingDirectory%/tests/Unit/Scalars/String/StringRegexMatchesTest.php
|