mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Ignore the "result unused" error in tests from the PHPStan config
This commit is contained in:
@@ -11,3 +11,10 @@ parameters:
|
||||
analyse:
|
||||
- ./tests/ExpectedBehaviorTest.php
|
||||
- ./tests/static-analysis/stubs.php
|
||||
ignoreErrors:
|
||||
-
|
||||
identifier: method.resultUnused
|
||||
path: tests/*
|
||||
-
|
||||
identifier: staticMethod.resultUnused
|
||||
path: tests/*
|
||||
|
||||
Reference in New Issue
Block a user