Explorar o código

Scrutinizer Auto-Fixes

This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/schmittjoh/serializer/inspections/018381c5-d5ff-41b5-8776-cc9ea77811ca

Enabled analysis tools:
 - PHP Analyzer
 - PHP Mess Detector
 - PHP Copy/Paste Detector
 - PHP PDepend
Scrutinizer Auto-Fixer %!s(int64=11) %!d(string=hai) anos
pai
achega
ee809ddd7b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/JMS/Serializer/Context.php

+ 3 - 0
src/JMS/Serializer/Context.php

@@ -64,6 +64,9 @@ abstract class Context
         $this->attributes = new Map();
     }
 
+    /**
+     * @param string $format
+     */
     public function initialize($format, VisitorInterface $visitor, GraphNavigator $navigator, MetadataFactoryInterface $factory)
     {
         if ($this->initialized) {