Skip to content

Commit 0301570

Browse files
author
František Mazura
committed
cleanup
1 parent a632ec7 commit 0301570

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParameterFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class ParameterFactory extends AbstractFactory implements ParametersFactoryInter
1616

1717
public function build(): array
1818
{
19-
var_dump($this->data);
2019
$schemas = $this->getSchema($this->data, 10);
2120

2221
$out = [];

0 commit comments

Comments
 (0)