Commit 4705e01
committed
Fix App facade docblock return types for get() and make()
The Container::get() and Container::make() methods return mixed,
not void. This was causing PHPStan errors when using App::get()
or App::make() since the result was typed as void.
Regenerated using facade-documenter.1 parent df1da4c commit 4705e01
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments