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 27, 2024
1 parent 7573670 commit 38f1158
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 @@ -272,7 +272,7 @@ function transform_relative_path(string $path, string $workingPath): string
*
* @no-named-arguments
*
* @param array|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function default_skeleton_path(array|string $path = ''): string
Expand Down Expand Up @@ -310,7 +310,7 @@ function default_migration_path(?string $type = null): string
*
* @no-named-arguments
*
* @param array|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function package_path(array|string $path = ''): string
Expand Down Expand Up @@ -356,7 +356,7 @@ function workbench(): array
*
* @no-named-arguments
*
* @param array|string $path
* @param array<int, string|null>|string ...$path
* @return string
*/
function workbench_path(array|string $path = ''): string
Expand Down

0 comments on commit 38f1158

Please sign in to comment.