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 a632ec7 commit 0301570Copy full SHA for 0301570
src/ParameterFactory.php
@@ -16,7 +16,6 @@ class ParameterFactory extends AbstractFactory implements ParametersFactoryInter
16
17
public function build(): array
18
{
19
- var_dump($this->data);
20
$schemas = $this->getSchema($this->data, 10);
21
22
$out = [];
0 commit comments