We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046d126 commit 8729f52Copy full SHA for 8729f52
1 file changed
src/FormsPlugin.php
@@ -55,7 +55,7 @@ public function __construct(
55
* @param string $name
56
* @return object
57
*/
58
- public function __invoke(string $name = null): object
+ public function __invoke(string $name = null)
59
{
60
if (is_null($name)) {
61
return $this;
0 commit comments