Passed
Push — master ( 7794c5...a89d85 )
by Hesham
22:52
created
src/config/lumener.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     "source" => "https://github.com/vrana/adminer/releases/download/v{version}/adminer-{version}.php",
33 33
     // These functions will be replaced by adminer_{name} to avoid conflicts
34 34
     "rename_list" => ['redirect', 'cookie', 'view', 'exit', 'ob_flush',
35
-                       'ob_end_clean'],
35
+                        'ob_end_clean'],
36 36
     // version can be exact (e.g. v4.7.1) if version_type is NOT "url"
37 37
     "version" => "https://api.github.com/repos/vrana/adminer/releases/latest",
38 38
     "version_type" => "url",
Please login to merge, or discard this patch.
src/console/UpdateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
                 (
136 136
                     $response ? "\r\n[{$response->getStatusCode()}]
137 137
                     {$response->getReasonPhrase()} {(string)$response->getBody()}"
138
-                    : "Connection Failed.\r\n" . ShellHelper::$LastError
138
+                    : "Connection Failed.\r\n".ShellHelper::$LastError
139 139
                 )
140 140
             );
141 141
             return;
Please login to merge, or discard this patch.