We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1aae commit 9d28b70Copy full SHA for 9d28b70
composer.json
@@ -57,7 +57,8 @@
57
"scripts": {
58
"verify": [
59
"vendor/bin/phpcs -p",
60
- "vendor/bin/phpunit --no-coverage --testdox"
+ "vendor/bin/phpunit --no-coverage --testdox",
61
+ "vendor/bin/phpstan --memory-limit=256M analyze -c phpstan.neon"
62
],
63
"tests": [
64
"vendor/bin/phpunit --no-coverage"
src/Controller/Traits/TicketValidatorTrait.php
@@ -173,7 +173,7 @@ public function validate(
173
}
174
175
/**
176
- * @param array|null $serviceTicket
+ * @param array{'id': string}|null $serviceTicket
177
*
178
* @return ?string Message on failure, null on success
179
*/
0 commit comments