Passed
Push — master ( 8295f0...e49e1a )
by Tõnis
03:46
created
src/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                     /** @var Setting $setting */
61 61
                     $setting = new $this->itemClass;
62 62
 
63
-                    if (! $setting->findOneByKey($checkAttribute)) {
63
+                    if (!$setting->findOneByKey($checkAttribute)) {
64 64
                         throw new yii\base\InvalidConfigException('Key "' . $checkAttribute . '" is missing in ' . $this->itemClass);
65 65
                     }
66 66
                 }
Please login to merge, or discard this patch.