From ee809ddd7b26b434e8adae4d0746d6f5ddb43d83 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Thu, 9 Jan 2014 12:02:50 +0100 Subject: [PATCH] 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 --- src/JMS/Serializer/Context.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/JMS/Serializer/Context.php b/src/JMS/Serializer/Context.php index ff0bfcff2..ce8003a1d 100644 --- a/src/JMS/Serializer/Context.php +++ b/src/JMS/Serializer/Context.php @@ -64,6 +64,9 @@ public function __construct() $this->attributes = new Map(); } + /** + * @param string $format + */ public function initialize($format, VisitorInterface $visitor, GraphNavigator $navigator, MetadataFactoryInterface $factory) { if ($this->initialized) {