Completed
Push — master ( daa9dc...a9ae6f )
by Zbigniew
02:10
created
src/Api/Factories/SerializerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 class SerializerFactory
21 21
 {
22 22
     /**
23
-     * @return SerializerInterface
23
+     * @return null|SerializerInterface
24 24
      */
25 25
     public static function createSerializer()
26 26
     {
Please login to merge, or discard this patch.
src/Exceptions/Api/ApiException.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
     /**
38 38
      * @param \Exception $e
39 39
      *
40
-     * @return mixed
40
+     * @return ApiException
41 41
      */
42 42
     public static function create(\Exception $e)
43 43
     {
Please login to merge, or discard this patch.