-
-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
121 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,45 @@ | ||
parameters: | ||
paths: | ||
- src | ||
- tests | ||
excludePaths: | ||
- %rootDir%/../../../../../fixtures/Bridge | ||
- %rootDir%/../../../../../src/Bridge | ||
- %rootDir%/../../../../../tests/Bridge | ||
level: max | ||
- fixtures/Bridge | ||
- src/Bridge | ||
- tests/Bridge | ||
- src/Generator/Resolver/FixtureSet/FakeFixtureSetResolver.php | ||
level: 3 | ||
ignoreErrors: | ||
# Prophecy | ||
- '#Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy::[a-zA-Z0-9_]+\(\)#' | ||
|
||
|
||
# To fix at some point | ||
- path: src/Throwable/Exception/FileLocator/FileNotFoundException.php | ||
message: '#Unsafe usage of new static#' | ||
|
||
- path: src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php | ||
message: '#ParameterResolverInterface::resolve\(\) invoked with 4 parameters, 3 required#' | ||
|
||
- path: src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php | ||
message: '#ParameterResolverInterface::resolve\(\) invoked with 4 parameters, 3 required#' | ||
|
||
- path: src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php | ||
message: '#ParameterResolverInterface::resolve\(\) invoked with 4 parameters, 3 required#' | ||
|
||
- path: src/Generator/Resolver/Parameter/ParameterResolverRegistry.php | ||
message: '#ParameterResolverInterface::resolve\(\) invoked with 4 parameters, 3 required#' | ||
|
||
- path: src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php | ||
message: '#ParameterResolverInterface::resolve\(\) invoked with 4 parameters, 3 required#' | ||
|
||
- path: src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php | ||
message: '#Unsafe usage of new static#' | ||
- path: src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php | ||
message: '#::parse\(\)#' | ||
|
||
|
||
# False positives | ||
- path: tests/Loader/LoaderIntegrationTest.php | ||
message: '#MagicCallDummy::setMagicProperty#' | ||
- path: tests/Loader/LoaderIntegrationTest.php | ||
message: '#Undefined variable: \$s\d+#' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.