@@ -279,7 +279,7 @@ |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | /** |
282 | - * @param $migrationPath |
|
282 | + * @param string $migrationPath |
|
283 | 283 | * @return mixed |
284 | 284 | */ |
285 | 285 | protected function includeMigration($migrationPath) |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | /** |
50 | 50 | * Create a migration table |
51 | 51 | * |
52 | - * @return bool |
|
52 | + * @return boolean|null |
|
53 | 53 | */ |
54 | 54 | public function createTable() |
55 | 55 | { |
@@ -99,7 +99,6 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Get a last migration |
101 | 101 | * |
102 | - * @param bool $isShow Show sql queries |
|
103 | 102 | * @return string |
104 | 103 | */ |
105 | 104 | public function get(array $where = []) |