Skip to content

Commit

Permalink
Merge pull request #224 from patrickomeara/main
Browse files Browse the repository at this point in the history
Update graham-campbell/analyzer
  • Loading branch information
freekmurze authored Jan 22, 2025
2 parents b653349 + d77586d commit d61eaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"graham-campbell/analyzer": "^3.0.5",
"graham-campbell/analyzer": "^4.2",
"illuminate/collections": "^8.62.0",
"league/flysystem": "^2.3.0 || ^3.0",
"pestphp/pest": "^1.21",
Expand Down
2 changes: 1 addition & 1 deletion tests/AnalysisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AnalysisTest extends TestCase
{
use AnalysisTrait;

protected function getPaths()
protected static function getPaths(): array
{
return [
__DIR__.'/../src',
Expand Down

0 comments on commit d61eaae

Please sign in to comment.