Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Remove DeclareStrictTypesSniff
  • Loading branch information
mattrabe committed Nov 19, 2019
1 parent 9b62621 commit 9e2a4e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fpcs/php-coding-standard",
"version": "1.1.2",
"version": "1.2.0",
"type": "library",
"description": "The FPCS PHP coding standard",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion easy-coding-standard/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
SlevomatCodingStandard\Sniffs\Operators\DisallowEqualOperatorsSniff: ~
SlevomatCodingStandard\Sniffs\Namespaces\UseDoesNotStartWithBackslashSniff: ~
SlevomatCodingStandard\Sniffs\Namespaces\UselessAliasSniff: ~
SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff: ~

parameters:
exclude_files:
Expand Down

0 comments on commit 9e2a4e9

Please sign in to comment.