Completed
Push — master ( 6744a4...ab6d26 )
by Guilh
7s
created
Serializer/Normalizer/ExceptionHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * @param JsonSerializationVisitor $visitor
45
-     * @param Exception                $exception
45
+     * @param \Exception                $exception
46 46
      * @param array                    $type
47 47
      * @param Context                  $context
48 48
      *
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
     /**
63 63
      * @param XmlSerializationVisitor $visitor
64
-     * @param Exception               $exception
64
+     * @param \Exception               $exception
65 65
      * @param array                   $type
66 66
      * @param Context                 $context
67 67
      */
Please login to merge, or discard this patch.