diff --git a/src/Attributes/WithMigration.php b/src/Attributes/WithMigration.php index efa82646..3bc0f06d 100644 --- a/src/Attributes/WithMigration.php +++ b/src/Attributes/WithMigration.php @@ -21,6 +21,8 @@ final class WithMigration implements InvokableContract /** * Construct a new attribute. + * + * @no-named-arguments */ public function __construct() { diff --git a/src/functions.php b/src/functions.php index 63bafc12..6e4def8d 100644 --- a/src/functions.php +++ b/src/functions.php @@ -270,6 +270,8 @@ function transform_relative_path(string $path, string $workingPath): string * * @api * + * @no-named-arguments + * * @param array|string $path * @return string */ @@ -306,6 +308,8 @@ function default_migration_path(?string $type = null): string * * @api * + * @no-named-arguments + * * @param array|string $path * @return string */ @@ -350,6 +354,8 @@ function workbench(): array * * @api * + * @no-named-arguments + * * @param array|string $path * @return string */