Passed
Push — master ( f2b4f1...f4fa9e )
by Dispositif
03:37
created
src/Application/ExternLink/RecentChangeWorker.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 {
27 27
     protected const USER_RC_LIMIT = 100;
28 28
     protected const TASK_NAME = '
Please login to merge, or discard this patch.
src/Application/InfrastructurePorts/HttpClientInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,6 @@
 block discarded – undo
14 14
 
15 15
 interface HttpClientInterface
16 16
 {
17
-    public function get(string|UriInterface $uri, array $options = []): ResponseInterface;
17
+    public function get(string | UriInterface $uri, array $options = []): ResponseInterface;
18 18
     public function request($method, $uri, array $options = []): ResponseInterface;
19 19
 }
20 20
\ No newline at end of file
Please login to merge, or discard this patch.