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 d305c67 commit 144d282Copy full SHA for 144d282
Brainbits/Sniffs/Exception/GlobalExceptionSniff.php
@@ -27,6 +27,7 @@
27
*/
28
class GlobalExceptionSniff implements Sniff
29
{
30
+ // phpcs:ignore SlevomatCodingStandard.TypeHints.ClassConstantTypeHint.MissingNativeTypeHint
31
public const CODE_GLOBAL_EXCEPTION = 'GlobalException';
32
33
/** @return mixed[] */
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require": {
21
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
22
- "doctrine/coding-standard": "^12.0",
+ "doctrine/coding-standard": "^13.0",
23
"slevomat/coding-standard": "^8.14",
24
"squizlabs/php_codesniffer": "^3.9"
25
0 commit comments