Test Setup Failed
Branch master (cddb1d)
by GBProd
03:06
created
src/Specification/AndX.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
     private $secondPart;
21 21
     
22 22
     /**
23
-     * @param Specification $specification
24 23
      */
25 24
     public function __construct(Specification $firstPart, Specification $secondPart)
26 25
     {
Please login to merge, or discard this patch.
src/Specification/OrX.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
     private $secondPart;
21 21
     
22 22
     /**
23
-     * @param Specification $specification
24 23
      */
25 24
     public function __construct(Specification $firstPart, Specification $secondPart)
26 25
     {
Please login to merge, or discard this patch.
src/Specification/Specification.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
     /**
13 13
      * Tells if the candidate object matches criterias
14 14
      * 
15
-     * @param mixed $candidate
16 15
      * 
17 16
      * @return boolean
18 17
      */
Please login to merge, or discard this patch.
src/Specification/Not.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,6 @@
 block discarded – undo
37 37
      */
38 38
     public function getWrappedSpecification()
39 39
     {
40
-       return $this->wrappedSpecification; 
40
+        return $this->wrappedSpecification; 
41 41
     }
42 42
 }
43 43
\ No newline at end of file
Please login to merge, or discard this patch.