Skip to content

Commit 648b0d4

Browse files
olsavmicmtarld
andauthored
Update src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php
Co-authored-by: Mathias Arlaud <mathias.arlaud@gmail.com>
1 parent 4078c90 commit 648b0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
class PropertyNormalizer extends AbstractObjectNormalizer
3838
{
39-
private $allowNormalizationOfObjectsWithoutAnyProperties;
39+
private bool $allowNormalizationOfObjectsWithoutAnyProperties;
4040

4141
public function __construct(
4242
ClassMetadataFactoryInterface $classMetadataFactory = null,

0 commit comments

Comments
 (0)