Completed
Pull Request — master (#54)
by Robbie
08:31
created
src/Checks/SolrIndexCheck.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         if (!class_exists(Solr::class)) {
28 28
             return [
29 29
                 EnvironmentCheck::ERROR,
30
-                'Class `' . Solr::class . '` not found. Is the fulltextsearch module installed?'
30
+                'Class `'.Solr::class.'` not found. Is the fulltextsearch module installed?'
31 31
             ];
32 32
         }
33 33
 
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
         if (!empty($brokenCores)) {
44 44
             return [
45 45
                 EnvironmentCheck::ERROR,
46
-                'The following indexes are unavailable: ' . implode($brokenCores, ', ')
46
+                'The following indexes are unavailable: '.implode($brokenCores, ', ')
47 47
             ];
48 48
         }
49 49
 
Please login to merge, or discard this patch.