Completed
Pull Request — master (#539)
by Delf
02:45
created
src/JMS/Serializer/Exclusion/DisjunctExclusionStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     private $delegates;
38 38
 
39 39
     /**
40
-     * @param ExclusionStrategyInterface[]|SequenceInterface $delegates
40
+     * @param ExclusionStrategyInterface[] $delegates
41 41
      */
42 42
     public function __construct($delegates)
43 43
     {
Please login to merge, or discard this patch.
src/JMS/Serializer/Serializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,9 @@
 block discarded – undo
162 162
         ;
163 163
     }
164 164
 
165
+    /**
166
+     * @param string $format
167
+     */
165 168
     private function visit(VisitorInterface $visitor, Context $context, $data, $format, array $type = null)
166 169
     {
167 170
         $context->initialize(
Please login to merge, or discard this patch.
src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @param array $groups
224
+     * @param string[] $groups
225 225
      * @param string $annotationSource
226 226
      */
227 227
     private function sanitizeGroupNames($groups, $annotationSource)
Please login to merge, or discard this patch.