Passed
Push — master ( 491c94...672c08 )
by Anton
03:46
created
src/Serializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         if ($this->modelNamespace === null) {
33 33
             $class = get_class(\Yii::$app);
34 34
             if (($pos = strrpos($class, '\\')) !== false) {
35
-                $this->modelNamespace = substr($class, 0, $pos) . '\\models';
35
+                $this->modelNamespace = substr($class, 0, $pos).'\\models';
36 36
             }
37 37
         }
38 38
         parent::init();
Please login to merge, or discard this patch.