@@ -27,7 +27,7 @@ discard block |
||
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 |
||
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 |