Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 27, 2024
1 parent 1e496a5 commit 622865d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function transform_relative_path(string $path, string $workingPath): string
*
* @no-named-arguments
*
* @param array<int, string|null>|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function default_skeleton_path(array|string $path = ''): string
Expand Down Expand Up @@ -306,7 +306,7 @@ function default_migration_path(?string $type = null): string
*
* @no-named-arguments
*
* @param array<int, string|null>|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function package_path(array|string $path = ''): string
Expand Down Expand Up @@ -352,7 +352,7 @@ function workbench(): array
*
* @no-named-arguments
*
* @param array<int, string|null>|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function workbench_path(array|string $path = ''): string
Expand Down

0 comments on commit 622865d

Please sign in to comment.