Completed
Push — master ( ec0725...70ee55 )
by Dmitry
06:07
created
src/Plugin/Sequence.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
         }
30 30
     }
31 31
 
32
+    /**
33
+     * @param Space $space
34
+     */
32 35
     private function generateValue($space)
33 36
     {
34 37
         $this->initSchema();
Please login to merge, or discard this patch.
src/Entity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                 }
38 38
             }
39 39
         }
40
-        throw new BadMethodCallException("Call to undefined method ". get_class($this).'::'.$name);
40
+        throw new BadMethodCallException("Call to undefined method ".get_class($this).'::'.$name);
41 41
     }
42 42
 
43 43
     public function __debugInfo()
Please login to merge, or discard this patch.