We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171244d commit 2f02ec0Copy full SHA for 2f02ec0
1 file changed
system/Database/MigrationRunner.php
@@ -448,6 +448,8 @@ public function findNamespaceMigrations(string $namespace): array
448
/**
449
* Create a migration object from a file path.
450
*
451
+ * @param string $path Full path to a valid migration file.
452
+ *
453
* @return false|object Returns the migration object, or false on failure
454
*/
455
protected function migrationFromFile(string $path, string $namespace)
@@ -525,6 +527,8 @@ public function setSilent(bool $silent)
525
527
526
528
529
* Extracts the migration number from a filename
530
531
+ * @param string $migration A migration filename w/o path.
532
533
protected function getMigrationNumber(string $migration): string
534
{
0 commit comments