Passed
Pull Request — master (#1723)
by Timo
05:40
created
Classes/IndexQueue/AbstractIndexer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
     public static function isSerializedValue(array $indexingConfiguration, $solrFieldName)
210 210
     {
211 211
         $isSerialized = static::isSerializedResultFromRegisteredHook($indexingConfiguration, $solrFieldName);
212
-        if($isSerialized === true) {
212
+        if ($isSerialized === true) {
213 213
             return $isSerialized;
214 214
         }
215 215
 
Please login to merge, or discard this patch.