mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
phpcs: allow short array syntax (#2506)
Short array syntax was added to PHP in PHP 5.4 (2012) and replaces array() with []
This commit is contained in:
parent
a7e70926f9
commit
3638b5553a
1 changed files with 0 additions and 2 deletions
|
@ -100,6 +100,4 @@
|
|||
<rule ref="Squiz.Strings.DoubleQuoteUsage">
|
||||
<exclude name="Squiz.Strings.DoubleQuoteUsage.ContainsVar" />
|
||||
</rule>
|
||||
<!-- Always use the long array syntax -->
|
||||
<rule ref="Generic.Arrays.DisallowShortArraySyntax" />
|
||||
</ruleset>
|
||||
|
|
Loading…
Add table
Reference in a new issue