Skip to content

Commit 2a96e87

Browse files
committed
Release 0.13.3
1 parent 386c849 commit 2a96e87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## NOT RELEASED
3+
## 0.13.3
44
- Fixed false positive "missing argument type declaration" when param are passed by-reference.
55
- Make `ReturnTypeDeclarationSniff` compatible with PHPCS 3.3
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
1212
```json
1313
{
1414
"require-dev": {
15-
"inpsyde/php-coding-standards": "~0.13.1"
15+
"inpsyde/php-coding-standards": "^0.13"
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)