Passed
Push — develop-v4 ( 8fb204...a72c6d )
by Andrew
09:56 queued 03:56
created
src/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * @var string The public URL to use when not using the dev server
46 46
      */
47
-    'serverPublic' => App::env('PRIMARY_SITE_URL') . '/dist/',
47
+    'serverPublic' => App::env('PRIMARY_SITE_URL').'/dist/',
48 48
 
49 49
     /**
50 50
      * @var string|array The JavaScript entry from the manifest.json to inject on Twig error pages
Please login to merge, or discard this patch.
src/models/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @var string|array The JavaScript entry from the manifest.json to inject on Twig error pages
47 47
      *              This can be a string or an array of strings
48 48
      */
49
-    public string|array $errorEntry = '';
49
+    public string | array $errorEntry = '';
50 50
 
51 51
     /**
52 52
      * @var string String to be appended to the cache key
Please login to merge, or discard this patch.