Skip to content

Commit 144d282

Browse files
author
Stephan Wentz
committed
fix(deps): Update doctrine/coding-standard to 13.x
1 parent d305c67 commit 144d282

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Brainbits/Sniffs/Exception/GlobalExceptionSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*/
2828
class GlobalExceptionSniff implements Sniff
2929
{
30+
// phpcs:ignore SlevomatCodingStandard.TypeHints.ClassConstantTypeHint.MissingNativeTypeHint
3031
public const CODE_GLOBAL_EXCEPTION = 'GlobalException';
3132

3233
/** @return mixed[] */

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
22-
"doctrine/coding-standard": "^12.0",
22+
"doctrine/coding-standard": "^13.0",
2323
"slevomat/coding-standard": "^8.14",
2424
"squizlabs/php_codesniffer": "^3.9"
2525
},

0 commit comments

Comments
 (0)