We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee4804 commit 2f8adbaCopy full SHA for 2f8adba
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
16
php: [8.1, 8.2]
17
laravel: [9.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
phpstan-baseline.neon
@@ -5,6 +5,11 @@ parameters:
5
count: 1
6
path: src/DiscoverWorkers/ParallelDiscoverWorker.php
7
8
+ -
9
+ message: "#^Undefined array key \"directories\"$#"
10
+ count: 1
11
+ path: src/StructureDiscovererServiceProvider.php
+
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
0 commit comments