Applied fixes and suppressions (sadly) to match psalm/phpstan code quality guidelines

We have a lot of deprecated API in here which shouldn't exist in first place, but that
will luckily disappear with v5.0.0 :-)
This commit is contained in:
Marco Pivetta
2020-06-30 15:49:29 +02:00
parent 1ce3f55673
commit 1f0cd71d93
6 changed files with 131 additions and 11 deletions
-1
View File
@@ -1168,7 +1168,6 @@ class UuidTest extends TestCase
* as the Python UUID library.
*
* @param string[] $fields
* @param class-string $class
*
* @dataProvider providePythonTests
*/