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

Skip to content

Commit 1d3a5c6

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: fixed typo
2 parents 8d982f8 + 4fdb832 commit 1d3a5c6

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)