mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Clean-up tests and use PHPStan max level for tests
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
parameters:
|
||||
autoload_files:
|
||||
- tests/phpstan-bootstrap.php
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Function uuid_create\\(\\) has no return typehint specified\\.$#"
|
||||
count: 1
|
||||
path: tests/phpstan-bootstrap.php
|
||||
-
|
||||
message: "#^Function uuid_create\\(\\) has parameter \\$uuid_type with no typehint specified\\.$#"
|
||||
count: 1
|
||||
path: tests/phpstan-bootstrap.php
|
||||
-
|
||||
message: "#^Function uuid_parse\\(\\) has no return typehint specified\\.$#"
|
||||
count: 1
|
||||
path: tests/phpstan-bootstrap.php
|
||||
-
|
||||
message: "#^Function uuid_parse\\(\\) has parameter \\$uuid with no typehint specified\\.$#"
|
||||
count: 1
|
||||
path: tests/phpstan-bootstrap.php
|
||||
|
||||
Reference in New Issue
Block a user