Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 24, 2024
1 parent 8a95e11 commit 7573670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Attributes/WithMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ final class WithMigration implements InvokableContract

/**
* Construct a new attribute.
*
* @no-named-arguments
*/
public function __construct()
{
Expand Down
6 changes: 6 additions & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ function transform_relative_path(string $path, string $workingPath): string
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down Expand Up @@ -306,6 +308,8 @@ function default_migration_path(?string $type = null): string
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down Expand Up @@ -350,6 +354,8 @@ function workbench(): array
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down

0 comments on commit 7573670

Please sign in to comment.