Skip to content

Commit

Permalink
Update test stub to support nullable function call
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 29, 2024
1 parent 590b1bc commit a9940f3
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)
function app(string $abstract = null)
{
}

Expand Down

0 comments on commit a9940f3

Please sign in to comment.