You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,12 @@ All code within the PHPCompatibility organisation is released under the GNU Less
86
86
87
87
## Changelog
88
88
89
+
### 1.0.1 - 2018-12-16
90
+
91
+
* Prevent false positives when the ruleset is run over the code of the polyfill itself.
92
+
* The ruleset is now also tested against PHP 7.3.
93
+
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.
94
+
89
95
### 1.0.0 - 2018-10-07
90
96
91
97
Initial release of the PHPCompatibilityPasswordCompat ruleset.
0 commit comments