@@ -63,7 +63,7 @@ |
||
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 | } |
@@ -31,7 +31,7 @@ |
||
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(), |
@@ -158,7 +158,7 @@ |
||
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 |