Skip to content

Commit 6d958f6

Browse files
committed
docs: fix @method type
1 parent 9269195 commit 6d958f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Config/Factories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* large performance boost and helps keep code clean of lengthy
2424
* instantiation checks.
2525
*
26-
* @method static BaseConfig config(...$arguments)
26+
* @method static BaseConfig|null config(...$arguments)
2727
*/
2828
class Factories
2929
{

0 commit comments

Comments
 (0)