Skip to content

Commit

Permalink
Merge pull request #1924 from hydephp/update-test-stub
Browse files Browse the repository at this point in the history
Internal: Update test stub to support parameters
  • Loading branch information
caendesilva authored Jul 30, 2024
2 parents f68c5ef + c64a9c4 commit 95b4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo/stubs/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @param class-string<T> $abstract
* @return T
*/
function app(string $abstract = null)
function app(string $abstract = null, array $parameters = [])
{
}

Expand Down

0 comments on commit 95b4551

Please sign in to comment.