Skip to content

Commit

Permalink
Added rule to prefer single quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
mreduar committed Mar 15, 2022
1 parent d2d0ed1 commit b9b9d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.4.0 - 2022-03-15

- Added rule to prefer single quotation marks

## 1.3.1 - 2022-02-20

- Now the Providers code is checked
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace"/>
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
<rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
<rule ref="Zend.Files.ClosingTag"/>

<!-- <file>app</file>
Expand Down

0 comments on commit b9b9d42

Please sign in to comment.