The property min does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
The property max does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
The property item_name does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
Loading history...
19
20
return $json;
21
}
22
23
/**
24
* Returns the Fieldset’s response after the form has been submitted and validated
The property label does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
The property name does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
The property item_name does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
Loading history...
35
'response' => collect($input)->map(fn($repeatedFields) => $this->fields->map(function ($field) use ($repeatedFields) {
The property fields does not exist on Riclep\StoryblokForms\Blocks\LsfRepeatingFieldset. Since you implemented __get, consider adding a @property annotation.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
36
37
// Handle empty radio buttons and uncreated repeats (no fields made)