Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 728e05e

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: fixed typo
2 parents 36e5480 + 1d3a5c6 commit 728e05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function getContainerDefinitionData(Definition $definition, $omitTags =
216216
'synthetic' => $definition->isSynthetic(),
217217
'lazy' => $definition->isLazy(),
218218
'synchronized' => $definition->isSynchronized(),
219-
'abstract' => $definition->isSynchronized(),
219+
'abstract' => $definition->isAbstract(),
220220
'file' => $definition->getFile(),
221221
);
222222

0 commit comments

Comments
 (0)