Passed
Pull Request — master (#1188)
by Timo
17:16
created
Classes/Report/SolrConfigurationStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
         if (empty($GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled'])) {
252 252
             return false;
253 253
         }
254
-        return (bool) $GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled'];
254
+        return (bool)$GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled'];
255 255
     }
256 256
 
257 257
     /**
Please login to merge, or discard this patch.