Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Feb 14, 2024
1 parent 9d04fe6 commit 11ffaa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-levels-composer.patch
@@ -1,13 +1,16 @@
diff --git a/composer.json b/composer.json
index 6dde20b5f..ad0feef24 100644
index 6dde20b5f..7ea244ee1 100644
--- a/composer.json
+++ b/composer.json
@@ -116,8 +116,8 @@
@@ -116,8 +116,11 @@
]
},
"classmap": [
- "tests/e2e",
- "tests/PHPStan"
+ "tests/PHPStan/Rules/Methods/data/returnTypes.php",
+ "tests/PHPStan/Rules/Methods/data/returnTypes-defined.php",
+ "tests/PHPStan/Rules/Properties/data/access-properties.php",
+ "tests/PHPStan/Generics",
+ "tests/PHPStan/Levels"
]
Expand Down

0 comments on commit 11ffaa8

Please sign in to comment.