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 d2d0ed1 commit b9b9d42Copy full SHA for b9b9d42
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-phpcs` will be documented in this file
4
5
+## 1.4.0 - 2022-03-15
6
+
7
+- Added rule to prefer single quotation marks
8
9
## 1.3.1 - 2022-02-20
10
11
- Now the Providers code is checked
phpcs.xml
@@ -130,6 +130,7 @@
130
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace"/>
131
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
132
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
133
+ <rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
134
<rule ref="Zend.Files.ClosingTag"/>
135
136
<!-- <file>app</file>
0 commit comments