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 52b6d85 commit 65f9cd6Copy full SHA for 65f9cd6
1 file changed
classes/Form.php
@@ -171,7 +171,7 @@ public function importDefinition(string $json_string): bool {
171
*
172
* @return array
173
*/
174
- public function getEndpointConfig(string $endpoint = null): array {
+ public function getEndpointConfig(?string $endpoint = null): array {
175
if (empty($this->endpoint_config)) {
176
return [];
177
}
0 commit comments