Skip to content

Commit

Permalink
Update test stub to support parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 30, 2024
1 parent f68c5ef commit b752b09
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)
public function make(string $abstract, array $parameters = [])
{
}

Expand Down

0 comments on commit b752b09

Please sign in to comment.