Passed
Branch main (73f11e)
by ABRAHAM
09:32
created
src/pipes/Credequity.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@  discard block
 block discarded – undo
24 24
      * @param string $method The call method get|post|put|delete|patch
25 25
      * @param string $url The url to call
26 26
      * @param array $payload
27
-
28 27
      * @return \Bytesfield\SimpleKyc\HttpProcessor
29 28
      */
30 29
     private function process($method, $url, $payload): HttpProcessor
@@ -121,7 +120,6 @@  discard block
 block discarded – undo
121 120
      * Get ID information via images
122 121
      *
123 122
      * @param \Bytesfield\SimpleKyc\Classes\IdFilter
124
-
125 123
      * @return array
126 124
      */
127 125
     private function getWithImage(IdFilter $IdFilter): array
Please login to merge, or discard this patch.
src/pipes/Appruve.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
      * @param string $method The call method get|post|put|delete|patch
25 25
      * @param string $url The url to call
26 26
      * @param array $payload
27
-
28 27
      * @return \Bytesfield\SimpleKyc\HttpProcessor
29 28
      */
30 29
     private function process($method, $url, $payload): HttpProcessor
Please login to merge, or discard this patch.