Commit fb85923c authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Small Fix for PHP 7.2.

parent faf53eeb
Pipeline #393 passed with stage
in 26 seconds
...@@ -114,7 +114,7 @@ class Factory ...@@ -114,7 +114,7 @@ class Factory
return new Generator( return new Generator(
$this->createDefinitionReader(), $this->createDefinitionReader(),
$this->createValuesLoaderFactory(), $this->createValuesLoaderFactory(),
$this->createValidatorFactory(), $this->createValidatorFactory()
); );
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment