@@ -69,13 +69,13 @@ |
||
69 | 69 | |
70 | 70 | /** |
71 | 71 | * @param array $properties |
72 | - * @return mixed |
|
72 | + * @return void |
|
73 | 73 | */ |
74 | 74 | public function set(array $properties); |
75 | 75 | |
76 | 76 | /** |
77 | 77 | * @param bool $isExecuted |
78 | - * @return mixed |
|
78 | + * @return boolean |
|
79 | 79 | */ |
80 | 80 | public function isExecuted($isExecuted); |
81 | 81 | } |
@@ -88,7 +88,7 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * @param $name |
|
91 | + * @param string $name |
|
92 | 92 | * @return \PHPUnit_Framework_MockObject_MockObject |
93 | 93 | */ |
94 | 94 | protected function mockSeed($name) |
@@ -26,7 +26,6 @@ |
||
26 | 26 | ***************************************************************/ |
27 | 27 | use Dennis\Seeder\Collection\SeedCollection; |
28 | 28 | use TYPO3\CMS\Core\Tests\UnitTestCase; |
29 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
30 | 29 | |
31 | 30 | /** |
32 | 31 | * SeedCollectionTest |