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
@@ -67,6 +67,7 @@
},
"autoload-dev": {
"psr-4": {
"Ramsey\\Uuid\\Benchmark\\": "tests/benchmark/",
"Ramsey\\Uuid\\StaticAnalysis\\": "tests/static-analysis/",
"Ramsey\\Uuid\\Test\\": "tests/"
}