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 dbbb16e commit ae0f9acCopy full SHA for ae0f9ac
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Not released
4
+* Fix a bug in `FunctionLengthSniff` which only excludes first doc block
5
+* `FunctionLengthSniff` also excludes (by default) blank lines and single line comments
6
+* Introduce `phpcs.xml`
7
+
8
## 0.4.1
9
* `FunctionLengthSniff` now excludes doc blocks lines from counting
10
* New `LineLengthSniff` (that replaces "Generic" sniff included by "PSR2") and
0 commit comments