Commit 8d5a91e
committed
Add missing return types to Container::get() and Container::make()
Add `: mixed` return type to get() and make() methods. This fixes
incorrect facade docblock generation (via hypervel/facade-documenter)
which defaults to `void` when no return type is declared, causing
IDE errors when using App::get() to resolve services.1 parent 2dabd18 commit 8d5a91e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments