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 66b3b42 commit 461bbb3Copy full SHA for 461bbb3
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-phpcs` will be documented in this file
4
5
+## 1.8.0 - 2022-10-20
6
+- Added rule to disallow the use of variables without camel case.
7
+
8
## 1.7.2 - 2022-10-17
9
- Multiple parameters are now supported on the same line in multi-line functions.
10
phpcs.xml
@@ -138,6 +138,7 @@
138
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
139
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
140
<rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
141
+ <rule ref="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
142
<rule ref="Zend.Files.ClosingTag"/>
143
144
<!-- Custom Sniffs -->
0 commit comments