Test Setup Failed
Push — master ( 02f942...a2c643 )
by Nelson
45s
created
src/IntString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
     /**
169 169
      * Getter for $stringValue property.
170 170
      *
171
-     * @return int
171
+     * @return string
172 172
      */
173 173
     public function getStringValue()
174 174
     {
Please login to merge, or discard this patch.
src/Utilities/UnitTesting/Assert.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * advertencia.
67 67
      *
68 68
      *
69
-     * @param mixed  $expected
69
+     * @param boolean  $expected
70 70
      * @param mixed  $actual
71 71
      * @param string $msg      Custom message to append on assert failed.
72 72
      *
Please login to merge, or discard this patch.