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 b605631 commit 67c5e73
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 @@ -266,6 +266,8 @@ function transform_relative_path(string $path, string $workingPath): string
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down Expand Up @@ -302,6 +304,8 @@ function default_migration_path(?string $type = null): string
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down Expand Up @@ -346,6 +350,8 @@ function workbench(): array
*
* @api
*
* @no-named-arguments
*
* @param array|string $path
* @return string
*/
Expand Down

0 comments on commit 67c5e73

Please sign in to comment.