@@ -168,7 +168,7 @@ |
||
| 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 | { |
@@ -66,7 +66,7 @@ |
||
| 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 | * |