Passed
Push — master ( dd83ab...213ff5 )
by Laurent
02:13
created
src/ClientBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     public function setDebug($debug)
65 65
     {
66
-        $this->debug = (bool)$debug;
66
+        $this->debug = (bool) $debug;
67 67
 
68 68
         return $this;
69 69
     }
Please login to merge, or discard this patch.
src/HttpClient/Middleware/AuthenticationMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function __invoke(callable $handler)
33 33
     {
34
-        return function (RequestInterface $request, array $options) use ($handler) {
34
+        return function(RequestInterface $request, array $options) use ($handler) {
35 35
             foreach ($this->authentication->getHeaders() as $header) {
36 36
                 $request = $request->withHeader(
37 37
                     $header->getHeaderKey(),
Please login to merge, or discard this patch.
src/Domain/Thirdparty/Thirdparty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     {
159 159
         $this->tva_assuj = false;
160 160
         $this->codeClient = -1; //automatically assigned by Dolibarr
161
-        $this->codeFournisseur = -1;  //automatically assigned by Dolibarr
161
+        $this->codeFournisseur = -1; //automatically assigned by Dolibarr
162 162
         $this->activity = true; //in activity
163 163
     }
164 164
 
Please login to merge, or discard this patch.