Commit 3f44463b authored by Klaus Purer's avatar Klaus Purer
Browse files

tests(phpcs): Update PHPCS to dev version to fix phpunit tests

parent 4c3bd2b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ class BadUnitTest extends CoderSniffUnitTest
                        3 => 2,
                        4 => 1,
                        5 => 1,
                        6 => 2,
                        6 => 1,
                        7 => 1,
                        8 => 1,
                        9 => 1,
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    "require": {
        "php": ">=5.4.0",
        "ext-mbstring": "*",
        "squizlabs/php_codesniffer": "^3.0.1",
        "squizlabs/php_codesniffer": "dev-master#8c8c4ff2566630e79c52278ceb6e383795c9f443",
        "symfony/yaml": ">=2.0.0"
    },
    "autoload": {