mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove resolved errors from phpstan config
This commit is contained in:
+2
-4
@@ -1,7 +1,5 @@
|
||||
parameters:
|
||||
autoload_files:
|
||||
- tests/phpstan-bootstrap.php
|
||||
ignoreErrors:
|
||||
- '#Function uuid_create not found#'
|
||||
- '#Function uuid_parse not found#'
|
||||
- '#Constant UUID_TYPE_TIME not found#'
|
||||
- '#Constant UUID_TYPE_RANDOM not found#'
|
||||
- '#Cannot cast Ramsey\\Uuid\\UuidInterface to string.#'
|
||||
|
||||
+2
-5
@@ -1,6 +1,3 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
- '#Function uuid_create not found#'
|
||||
- '#Function uuid_parse not found#'
|
||||
- '#Constant UUID_TYPE_TIME not found#'
|
||||
- '#Constant UUID_TYPE_RANDOM not found#'
|
||||
autoload_files:
|
||||
- tests/phpstan-bootstrap.php
|
||||
|
||||
Reference in New Issue
Block a user