-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
58 changed files
with
2,134 additions
and
734 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
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
parameters: | ||
reportUnmatchedIgnoredErrors: false | ||
autoload_files: | ||
- vendor-bin/cs-fixer/vendor/autoload.php | ||
- vendor-bin/phpunit/vendor/autoload.php | ||
ignoreErrors: | ||
- | ||
message: '#Undefined variable: \$container#' | ||
path: config/services.php | ||
- | ||
message: '#Class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder does not have a constructor#' | ||
path: src/Configuration/Definition.php | ||
- | ||
message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\)#' | ||
path: src/Configuration/Definition.php | ||
- | ||
message: '#Call to an undefined static method Swift_Mailer::newInstance()#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Call to an undefined static method Swift_SmtpTransport::newInstance()#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Return typehint of method Crunz\\Mailer::getMailTransport\(\) has invalid type Swift_MailTransport#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Call to static method newInstance\(\) on an unknown class Swift_MailTransport#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Call to an undefined static method Swift_SendmailTransport::newInstance\(\)#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Call to an undefined static method Swift_Message::newInstance\(\)#' | ||
path: src/Mailer.php | ||
- | ||
message: '#Parameter \#1 \$transport of class Swift_Mailer constructor expects Swift_Transport#' | ||
path: src/Mailer.php | ||
- '#Constant CRUNZ_BIN_DIR not found#' | ||
- '#Constant CRUNZ_BIN not found#' | ||
- | ||
message: '#Variable \$configFile might not be defined#' | ||
path: src/Configuration/ConfigurationParser.php | ||
- | ||
message: '#Call to an undefined method Crunz\\Event::DummyFrequency\(\)#' | ||
path: src/Stubs/BasicTask.php | ||
- | ||
message: '#Call to an undefined method Crunz\\Event::every.*(Minutes|Hours)\(\)#' | ||
path: tests/Unit/EventTest.php | ||
- '#Method Crunz\\(Event|Schedule|Tests\\Unit\\Pingable)::(pingBefore|thenPing)\(\) should return \$this\(Crunz\\Pinger\\PingableInterface\)#' | ||
- | ||
message: "#Call to function method_exists\\(\\) with 'Swift([a-zA-Z_…]+)?' and 'newInstance' will always evaluate to false#" | ||
path: src/Mailer.php | ||
- | ||
message: "#Call to function method_exists\\(\\) with 'Symfony\\\\\\\\Component…' and '(fromShellCommandline|inheritEnvironmentV…)' will always evaluate to false#" | ||
path: src/Process/Process.php | ||
- | ||
message: '#Parameter \#1 \$command of static method Symfony\\Component\\Process\\Process::fromShellCommandline\(\) expects string, array|string given#' | ||
path: src/Process/Process.php | ||
|
||
includes: | ||
- vendor-bin/phpstan/vendor/phpstan/phpstan-phpunit/extension.neon | ||
- vendor-bin/phpstan/vendor/phpstan/phpstan-phpunit/rules.neon | ||
# - vendor-bin/phpstan/vendor/phpstan/phpstan-strict-rules/rules.neon |
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.