@@ -50,7 +50,7 @@ |
||
50 | 50 | * |
51 | 51 | * @param SingleCommand $command |
52 | 52 | * |
53 | - * @return VersionInterface |
|
53 | + * @return boolean |
|
54 | 54 | */ |
55 | 55 | public function handle(SingleCommand $command) |
56 | 56 | { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Gets all keys/indices of the collection. |
101 | 101 | * |
102 | - * @return array The keys/indices of the collection, in the order of the corresponding |
|
102 | + * @return integer[] The keys/indices of the collection, in the order of the corresponding |
|
103 | 103 | * elements in the collection. |
104 | 104 | */ |
105 | 105 | public function getKeys(); |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | * |
189 | 189 | * @param Closure $func |
190 | 190 | * |
191 | - * @return array |
|
191 | + * @return \Baleen\Migrations\Version\VersionId[] |
|
192 | 192 | */ |
193 | 193 | public function map(Closure $func); |
194 | 194 |