x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Passed
Push — master ( 7827de...b4128d )
by Eric
02:02
created
src/Utils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
         return [$parameters['format'], $parameters['method']];
123 123
     }
124 124
 
125
-    public static function normalizeEndpoint(null|string $endpoint, string $apiUrl): string
125
+    public static function normalizeEndpoint(null | string $endpoint, string $apiUrl): string
126 126
     {
127 127
         $endpoint = ltrim($endpoint ?? '', '/');
128 128
 
Please login to merge, or discard this patch.