Completed
Push — master ( 865763...2a953d )
by
unknown
16s queued 11s
created
src/Bankly.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -314,7 +314,7 @@  discard block
 block discarded – undo
314 314
     /**
315 315
      * @param string $endpoint
316 316
      * @param array|null $query
317
-     * @param null $correlation_id
317
+     * @param null|string $correlation_id
318 318
      * @return array|mixed
319 319
      * @throws RequestException
320 320
      */
@@ -371,7 +371,6 @@  discard block
 block discarded – undo
371 371
      * @param bool $asJson
372 372
      * @param bool $attachment
373 373
      * @param DocumentAnalysis $document
374
-     * @param string $fieldName
375 374
      * @return array|mixed
376 375
      * @throws RequestException
377 376
      */
Please login to merge, or discard this patch.
src/Inputs/CustomerAddress.php 1 patch
Doc Comments   -7 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param string $zipCode
55 54
      * @return CustomerAddress
56 55
      */
57 56
     public function setAddressLine(string $addressLine): CustomerAddress
@@ -61,7 +60,6 @@  discard block
 block discarded – undo
61 60
     }
62 61
 
63 62
     /**
64
-     * @param string $zipCode
65 63
      * @return CustomerAddress
66 64
      */
67 65
     public function setBuildingNumber(string $buildingNumber): CustomerAddress
@@ -71,7 +69,6 @@  discard block
 block discarded – undo
71 69
     }
72 70
 
73 71
     /**
74
-     * @param string $zipCode
75 72
      * @return CustomerAddress
76 73
      */
77 74
     public function setComplement(string $complement): CustomerAddress
@@ -81,7 +78,6 @@  discard block
 block discarded – undo
81 78
     }
82 79
 
83 80
     /**
84
-     * @param string $zipCode
85 81
      * @return CustomerAddress
86 82
      */
87 83
     public function setNeighborhood(string $neighborhood): CustomerAddress
@@ -91,7 +87,6 @@  discard block
 block discarded – undo
91 87
     }
92 88
 
93 89
     /**
94
-     * @param string $zipCode
95 90
      * @return CustomerAddress
96 91
      */
97 92
     public function setCity(string $city): CustomerAddress
@@ -101,7 +96,6 @@  discard block
 block discarded – undo
101 96
     }
102 97
 
103 98
     /**
104
-     * @param string $zipCode
105 99
      * @return CustomerAddress
106 100
      */
107 101
     public function setState(string $state): CustomerAddress
@@ -111,7 +105,6 @@  discard block
 block discarded – undo
111 105
     }
112 106
 
113 107
     /**
114
-     * @param string $zipCode
115 108
      * @return CustomerAddress
116 109
      */
117 110
     public function setCountry(string $country): CustomerAddress
Please login to merge, or discard this patch.