Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
1b8d3027
Commit
1b8d3027
authored
Oct 07, 2020
by
Guillaume Perréal
Browse files
CS.
parent
013bb67a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DependencyInjection/Builder/ClassFilterBuilder.php
View file @
1b8d3027
...
...
@@ -71,7 +71,7 @@ class ClassFilterBuilder
}
$hash
=
sha1
(
serialize
(
$filters
));
if
(
!
array_key_exists
(
$hash
,
$this
->
filters
))
{
if
(
!
\
array_key_exists
(
$hash
,
$this
->
filters
))
{
return
$this
->
filters
[
$hash
]
=
$this
->
doBuild
(
"irstea.plant_uml.filters.
$hash
"
,
$filters
);
}
...
...
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