@@ -56,6 +56,9 @@ |
||
| 56 | 56 | ); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | + /** |
|
| 60 | + * @return string |
|
| 61 | + */ |
|
| 59 | 62 | protected function getParentClass() |
| 60 | 63 | { |
| 61 | 64 | if (class_exists(RangeType::class)) { |
@@ -68,6 +68,9 @@ |
||
| 68 | 68 | return $extensions; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | + /** |
|
| 72 | + * @return string |
|
| 73 | + */ |
|
| 71 | 74 | protected function getChoiceClass() |
| 72 | 75 | { |
| 73 | 76 | return CollectionType::class; |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * @param mixed $data |
| 43 | 43 | * |
| 44 | - * @return ItemInterface |
|
| 44 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 45 | 45 | */ |
| 46 | 46 | protected function createItem($data) |
| 47 | 47 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |