Skip to content

Commit

Permalink
Merge pull request #1920 from hydephp/update-test-stub-to-support-nul…
Browse files Browse the repository at this point in the history
…lable-function-call

Internal: Update test stub to support nullable function call
  • Loading branch information
caendesilva authored Jul 29, 2024
2 parents 590b1bc + a9940f3 commit 041fdad
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 041fdad

Please sign in to comment.