Commit 57ed4830 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Update default quotes

parent a300d091
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -72,21 +72,21 @@ Possible values:

    // None
    {
        'ascii': "unquoted in Ascii and Unicode",
        'ユニコード': "unquoted in Unicode",
        'contains space': "always quoted",
        "ascii": "unquoted in Ascii and Unicode",
        "ユニコード": "unquoted in Unicode",
        "contains space": "always quoted",
    }
    // Ascii
    {
        ascii: "unquoted in Ascii and Unicode",
        'ユニコード': "unquoted in Unicode",
        'contains space': "always quoted",
        "ユニコード": "unquoted in Unicode",
        "contains space": "always quoted",
    }
    // Unicode
    {
        ascii: "unquoted in Ascii and Unicode",
        ユニコード: "unquoted in Unicode",
        'contains space': "always quoted",
        "contains space": "always quoted",
    }

``keyQuotes``, ``valueQuotes``
+0 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!--
    @see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
-->
<ruleset>
    <rule ref="SandFox_PHP81"/>
    <file>src</file>