We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2da73f commit 3024944Copy full SHA for 3024944
src/Factory/Factory.php
@@ -22,6 +22,7 @@ public function modelName(): string
22
return str_replace('\\Factory\\', '\\Model\\', $name);
23
};
24
25
+ /** @psalm-suppress RedundantPropertyInitializationCheck the model is incorrectly typed as not being able to be null */
26
return $this->model ?? $resolver($this);
27
}
28
0 commit comments