Skip to content

Commit d23537f

Browse files
committed
Fix type annotations
1 parent 1f6cc43 commit d23537f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/console/controllers/MigrateController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ protected function truncateDatabase()
326326

327327
/**
328328
* Determines whether the error message is related to deleting a view or not
329-
* @param $errorMessage
329+
* @param string $errorMessage
330330
* @return bool
331331
*/
332332
private function isViewRelated($errorMessage)
@@ -548,7 +548,7 @@ protected function parseFields()
548548
* Splits field into chunks
549549
*
550550
* @param string $field
551-
* @return array|array[]|false|string[]
551+
* @return string[]|false
552552
*/
553553
protected function splitFieldIntoChunks($field)
554554
{

0 commit comments

Comments
 (0)