Skip to content

Commit

Permalink
Merge pull request #1921 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 041fdad + 710b4c7 commit bc39c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo/stubs/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Application
* @param class-string<T> $abstract
* @return T
*/
public function make(string $abstract)
public function make(string $abstract, array $parameters = [])
{
}
}

0 comments on commit bc39c12

Please sign in to comment.