Completed
Pull Request — master (#39)
by Daniel
04:05
created
src/Jellyfish/SerializerSymfony/SerializerSymfonyServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     protected function registerSerializerFacade(Container $container): SerializerSymfonyServiceProvider
37 37
     {
38
-        $container->offsetSet(SerializerConstants::FACADE, static function () {
38
+        $container->offsetSet(SerializerConstants::FACADE, static function() {
39 39
             return new SerializerSymfonyFacade(
40 40
                 new SerializerSymfonyFactory()
41 41
             );
Please login to merge, or discard this patch.