Skip to content

Commit b9b9d42

Browse files
committed
Added rule to prefer single quotation marks
1 parent d2d0ed1 commit b9b9d42

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-phpcs` will be documented in this file
44

5+
## 1.4.0 - 2022-03-15
6+
7+
- Added rule to prefer single quotation marks
8+
59
## 1.3.1 - 2022-02-20
610

711
- Now the Providers code is checked

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace"/>
131131
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
132132
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
133+
<rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
133134
<rule ref="Zend.Files.ClosingTag"/>
134135

135136
<!-- <file>app</file>

0 commit comments

Comments
 (0)