We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6cc43 commit d23537fCopy full SHA for d23537f
framework/console/controllers/MigrateController.php
@@ -326,7 +326,7 @@ protected function truncateDatabase()
326
327
/**
328
* Determines whether the error message is related to deleting a view or not
329
- * @param $errorMessage
+ * @param string $errorMessage
330
* @return bool
331
*/
332
private function isViewRelated($errorMessage)
@@ -548,7 +548,7 @@ protected function parseFields()
548
* Splits field into chunks
549
*
550
* @param string $field
551
- * @return array|array[]|false|string[]
+ * @return string[]|false
552
553
protected function splitFieldIntoChunks($field)
554
{
0 commit comments