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 386c849 commit 2a96e87Copy full SHA for 2a96e87
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## NOT RELEASED
+## 0.13.3
4
- Fixed false positive "missing argument type declaration" when param are passed by-reference.
5
- Make `ReturnTypeDeclarationSniff` compatible with PHPCS 3.3
6
README.md
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
12
```json
13
{
14
"require-dev": {
15
- "inpsyde/php-coding-standards": "~0.13.1"
+ "inpsyde/php-coding-standards": "^0.13"
16
}
17
18
```
0 commit comments