We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15c9e commit 7ebddf5Copy full SHA for 7ebddf5
composer.json
@@ -4,7 +4,7 @@
4
"description": "MessageCloud Coding Standard",
5
"require": {
6
"squizlabs/php_codesniffer": "^3.0",
7
- "slevomat/coding-standard": "^4.6",
+ "slevomat/coding-standard": "^5.0",
8
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4"
9
},
10
"require-dev": {
ruleset.xml
@@ -231,7 +231,4 @@
231
232
<!-- Forbid useless alias for classes, constants and functions -->
233
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/>
234
-
235
- <!-- Require /* @var type $foo */ and similar simple inline annotations to be replaced by assert() -->
236
- <rule ref="SlevomatCodingStandard.PHP.RequireExplicitAssertion"/>
237
</ruleset>
0 commit comments