Skip to content

Commit

Permalink
Enabled built-in normalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantos84 authored May 20, 2018
1 parent 1d1963c commit 0ed6e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Unserialize/TSantosSample.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function __construct()
->setMetadataDriver(new YamlDriver($fileLocator, new TypeGuesser()))
->setSerializerClassDir(__DIR__ . '/../../cache/tsantos/classes')
->setMetadataCacheDir(__DIR__ . '/../../cache/tsantos/metadata')
->enableBuiltInNormalizers()
->setDebug(false);

if (false === $strategy = getenv('SERIALIZER_ACCESSOR_STRATEGY')) {
Expand Down

0 comments on commit 0ed6e5b

Please sign in to comment.