We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f93346 commit 5f19ad9Copy full SHA for 5f19ad9
1 file changed
system/Common.php
@@ -208,7 +208,7 @@ function command(string $command)
208
*
209
* @param class-string<ConfigTemplate>|string $name
210
211
- * @return ConfigTemplate
+ * @return ConfigTemplate|null
212
* @phpstan-return ($name is class-string<ConfigTemplate> ? ConfigTemplate : object|null)
213
*/
214
function config(string $name, bool $getShared = true)
0 commit comments