Completed
Push — master ( fa3c5f...4b806e )
by Gytis
04:35 queued 02:18
created
src/Sniffs/CompositeCodeElementSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         // Property keys for CodeElementSniff(s) are applied by the short class name.
50 50
         // E.g. FqcnMethodSniff.invalidTags
51 51
         foreach ($config as $key => $val) {
52
-            if ('sniffs'!== $key && false !== strpos($key, '.')) {
52
+            if ('sniffs' !== $key && false !== strpos($key, '.')) {
53 53
                 [$shortClass, $cfgKey] = explode('.', $key, 2);
54 54
                 if (isset($rawSniffs[$shortClass])) {
55 55
                     $rawSniffs[$shortClass]['config'][$cfgKey] = $val;
Please login to merge, or discard this patch.