Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
praad authored Dec 18, 2024
1 parent 42b2f15 commit bffff72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,9 @@ normalizers (in order of priority):
ByUsing the PropertyInfoExtractor you can simply annotate the arrays by '@var Person[]'

.. configuration-block::

.. code-block:: php-standalone
use Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor;
use Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor;
use Symfony\Component\PropertyInfo\PropertyInfoExtractor;
Expand Down

0 comments on commit bffff72

Please sign in to comment.