Skip to content

Commit

Permalink
Merge pull request #1013 from Aerendir/dependabot/composer/vendor-bin…
Browse files Browse the repository at this point in the history
…/phan/dev/phan/phan-5.4.5

[PHP]: Update phan/phan requirement from 5.4.4 to 5.4.5 in /vendor-bin/phan
  • Loading branch information
kodiakhq[bot] authored Aug 26, 2024
2 parents 028d1c5 + c6425bb commit 8f0ae0c
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 161 deletions.
3 changes: 2 additions & 1 deletion .baseline-phan.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// PhanRedefinedExtendedClass : 6 occurrences
// PhanUnreferencedClass : 6 occurrences
// PhanUnreferencedClosure : 5 occurrences
// PhanDeprecatedImplicitNullableParam : 4 occurrences
// PhanReadOnlyPrivateProperty : 4 occurrences
// PhanUndeclaredMethod : 3 occurrences
// PhanUnusedPublicNoOverrideMethodParameter : 3 occurrences
Expand Down Expand Up @@ -52,7 +53,7 @@
'src/Processor/RequestProcessor.php' => ['PhanRedefinedClassReference'],
'src/Processor/SubscriptionProcessor.php' => ['PhanAccessMethodInternal', 'PhanRedefinedClassReference'],
'src/SHQAwsSesMonitorBundle.php' => ['PhanRedefinedClassReference', 'PhanRedefinedExtendedClass', 'PhanUnreferencedClass'],
'src/Service/Monitor.php' => ['PhanAccessClassConstantInternal', 'PhanAccessMethodInternal', 'PhanRedefinedClassReference', 'PhanUnreferencedPublicMethod', 'PhanUnusedVariableCaughtException'],
'src/Service/Monitor.php' => ['PhanAccessClassConstantInternal', 'PhanAccessMethodInternal', 'PhanDeprecatedImplicitNullableParam', 'PhanRedefinedClassReference', 'PhanUnreferencedPublicMethod', 'PhanUnusedVariableCaughtException'],
'src/Util/Console.php' => ['PhanRedefinedClassReference', 'PhanTypeMismatchDeclaredReturn', 'PhanUndeclaredMethod'],
'src/Util/EmailStatusAnalyzer.php' => ['PhanAccessMethodInternal'],
],
Expand Down
10 changes: 5 additions & 5 deletions .baseline-phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ parameters:
count: 1
path: src/Command/SesSendTestEmailsCommand.php

-
message: "#^Property SerendipityHQ\\\\Bundle\\\\AwsSesMonitorBundle\\\\Command\\\\SesSendTestEmailsCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
count: 1
path: src/Command/SesSendTestEmailsCommand.php

-
message: "#^Class DateTime is unsafe to use\\. Its methods can return FALSE instead of throwing an exception\\. Please add 'use Safe\\\\DateTime;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library\\.$#"
count: 1
Expand Down Expand Up @@ -267,11 +272,6 @@ parameters:

-
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertContains\\(\\) expects iterable, mixed given\\.$#"
count: 4
path: tests/Plugin/MonitorFilterPluginTest.php

-
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotContains\\(\\) expects iterable, mixed given\\.$#"
count: 1
path: tests/Plugin/MonitorFilterPluginTest.php

Expand Down
Loading

0 comments on commit 8f0ae0c

Please sign in to comment.