Passed
Push — master ( 92daf4...591509 )
by
unknown
02:27
created
Models/DTOs/UserNatural.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,8 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
         /**
43
-     * @return mixed
44
-     */
43
+         * @return mixed
44
+         */
45 45
     public function getFirstName()
46 46
     {
47 47
         return $this->firstName;
Please login to merge, or discard this patch.
Models/Adapters/KycDocumentPageQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * @param KycDocumentPage $kycDocumentPage
54
-     * @return KycDocumentPage|PartFireException
54
+     * @return PartFireException|null
55 55
      */
56 56
     public function create(KycDocumentPage $kycDocumentPage)
57 57
     {
Please login to merge, or discard this patch.