@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * NOT take care for test case wide caching of the field type, just return |
| 30 | 30 | * a new instance from this method! |
| 31 | 31 | * |
| 32 | - * @return FieldType |
|
| 32 | + * @return Time |
|
| 33 | 33 | */ |
| 34 | 34 | protected function createFieldTypeUnderTest() |
| 35 | 35 | { |
@@ -166,7 +166,7 @@ |
||
| 166 | 166 | /** |
| 167 | 167 | * @param SPIBinaryFileCreateStruct $binaryFileCreateStruct |
| 168 | 168 | * |
| 169 | - * @return mixed |
|
| 169 | + * @return string |
|
| 170 | 170 | */ |
| 171 | 171 | protected function getNameTrunk(SPIBinaryFileCreateStruct $binaryFileCreateStruct) |
| 172 | 172 | { |
@@ -109,6 +109,9 @@ |
||
| 109 | 109 | $conn->exec('DELETE FROM ezcontentobject_link WHERE relation_type = 0'); |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | + /** |
|
| 113 | + * @param integer $totalCount |
|
| 114 | + */ |
|
| 112 | 115 | protected function executeList(OutputInterface $output, $totalCount) |
| 113 | 116 | { |
| 114 | 117 | $table = new Table($output); |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | class FloatValueValidatorTest extends TestCase |
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | - * @return float |
|
| 22 | + * @return integer |
|
| 23 | 23 | */ |
| 24 | 24 | protected function getMinFloatValue() |
| 25 | 25 | { |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * @return float |
|
| 30 | + * @return integer |
|
| 31 | 31 | */ |
| 32 | 32 | protected function getMaxFloatValue() |
| 33 | 33 | { |