Completed
Push — master ( 88c361...c3d442 )
by GBProd
05:04
created
src/DoctrineSpecification/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function getFactory(Specification $spec)
41 41
     {
42
-        if(!isset($this->factories[get_class($spec)])) {
42
+        if (!isset($this->factories[get_class($spec)])) {
43 43
             throw new \OutOfRangeException(sprintf(
44 44
                 'Factory for Specification "%s" not registred',
45 45
                 get_class($spec)
Please login to merge, or discard this patch.