Passed
Branch master (73b08b)
by Laurens
02:14
created
src/Client/Image/ImageUrlUpload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace LauLamanApps\IzettleApi\Client\Image;
6 6
 
Please login to merge, or discard this patch.
src/IzettleClientInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
 
17 17
     public function getAccessTokenFromUserLogin(string $username, string $password): AccessToken;
18 18
 
19
-    public function refreshAccessToken(?AccessToken $accessToken =  null): AccessToken;
19
+    public function refreshAccessToken(?AccessToken $accessToken = null) : AccessToken;
20 20
 
21
-    public function get(string $url, ?array $queryParameters = null): ResponseInterface;
21
+    public function get(string $url, ? array $queryParameters = null) : ResponseInterface;
22 22
 
23 23
     public function post(string $url, string $jsonData): ResponseInterface;
24 24
 
Please login to merge, or discard this patch.