Skip to content

Commit 95b4551

Browse files
authored
Merge pull request #1924 from hydephp/update-test-stub
Internal: Update test stub to support parameters
2 parents f68c5ef + c64a9c4 commit 95b4551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo/stubs/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @param class-string<T> $abstract
77
* @return T
88
*/
9-
function app(string $abstract = null)
9+
function app(string $abstract = null, array $parameters = [])
1010
{
1111
}
1212

0 commit comments

Comments
 (0)