Skip to content

Commit

Permalink
Merge pull request #26 from LordSimal/main
Browse files Browse the repository at this point in the history
Fix PHP 8.4 deprecation
  • Loading branch information
freekmurze authored Dec 16, 2024
2 parents d0f3c83 + cd0ecb7 commit e2b39ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
laravel: [10.*, 11.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
Expand Down
2 changes: 1 addition & 1 deletion src/Discover.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct(
?DiscoverCacheDriver $cacheDriver = null,
?string $cacheId = null,
bool $withChains = true,
Sort $sort = null,
?Sort $sort = null,
bool $reverseSorting = false,
StructureParser $structureParser = new PhpTokenStructureParser(),
?string $reflectionBasePath = null,
Expand Down

0 comments on commit e2b39ba

Please sign in to comment.