Test Failed
Push — develop ( 9ed588...c5702e )
by Alex
03:10
created
src/Exceptions/HttpException.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,7 @@
 block discarded – undo
8 8
 
9 9
 class_alias(
10 10
     version_compare(Application::VERSION, '5.4.0', '>=') ?
11
-        'Illuminate\Http\Exceptions\HttpResponseException' :
12
-        'Illuminate\Http\Exception\HttpResponseException',
11
+        'Illuminate\Http\Exceptions\HttpResponseException' : 'Illuminate\Http\Exception\HttpResponseException',
13 12
     __NAMESPACE__ . '\HttpResponseException'
14 13
 );
15 14
 
Please login to merge, or discard this patch.