@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use PHPUnit\Framework\TestCase; |
|
3 | +use PHPUnit\Framework\TestCase; |
|
4 | 4 | use Radowoj\Yaah\Field; |
5 | 5 | |
6 | 6 | class FieldTest extends TestCase |
@@ -142,7 +142,6 @@ |
||
142 | 142 | |
143 | 143 | /** |
144 | 144 | * Detect type of range passed as argument (int, float, date) |
145 | - * @param array $value value to detect type of |
|
146 | 145 | */ |
147 | 146 | protected function setValueRangeAutodetect(array $range) |
148 | 147 | { |