@@ -49,7 +49,7 @@ |
||
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; |