Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hhit
config-generator
Commits
fb85923c
Commit
fb85923c
authored
Mar 09, 2021
by
Hendrik Heneke
Browse files
Small Fix for PHP 7.2.
parent
faf53eeb
Pipeline
#393
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Generator/Factory.php
src/Generator/Factory.php
+1
-1
No files found.
src/Generator/Factory.php
View file @
fb85923c
...
...
@@ -114,7 +114,7 @@ class Factory
return
new
Generator
(
$this
->
createDefinitionReader
(),
$this
->
createValuesLoaderFactory
(),
$this
->
createValidatorFactory
()
,
$this
->
createValidatorFactory
()
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment