We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078c90 commit 648b0d4Copy full SHA for 648b0d4
src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php
@@ -36,7 +36,7 @@
36
*/
37
class PropertyNormalizer extends AbstractObjectNormalizer
38
{
39
- private $allowNormalizationOfObjectsWithoutAnyProperties;
+ private bool $allowNormalizationOfObjectsWithoutAnyProperties;
40
41
public function __construct(
42
ClassMetadataFactoryInterface $classMetadataFactory = null,
0 commit comments