Completed
Push — master ( 667023...b27f5d )
by GBProd
02: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 getBuilder(Specification $spec)
41 41
     {
42
-        if(!isset($this->builders[get_class($spec)])) {
42
+        if (!isset($this->builders[get_class($spec)])) {
43 43
             throw new \OutOfRangeException(sprintf(
44 44
                 'Builder for Specification "%s" not registred',
45 45
                 get_class($spec)
Please login to merge, or discard this patch.
src/DoctrineSpecification/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Register a modifier for specification
60 60
      *
61 61
      * @param string $classname specification fully qualified classname
62
-     * @param Modifier $builder
62
+     * @param Builder $builder
63 63
      */
64 64
     public function registerBuilder($classname, Builder $builder)
65 65
     {
Please login to merge, or discard this patch.