Skip to content

Commit

Permalink
Fix for InvalidPropertyFetch error
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Dec 5, 2023
1 parent 263a871 commit 39d00d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Api/Monetization/Normalizer/EntityNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function __construct(?ClassMetadataFactoryInterface $classMetadataFactory
* {@inheritdoc}
*
* @psalm-suppress InvalidReturnType stdClass is also an object.
* @psalm-suppress InvalidPropertyFetch.
*/
public function normalize($object, $format = null, array $context = [])
{
Expand Down

0 comments on commit 39d00d4

Please sign in to comment.