Completed
Pull Request — master (#915)
by
unknown
08:54
created
Classes/AbstractDataHandlerListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      * @param TypoScriptConfiguration $solrConfiguration
180 180
      * @return string Name of indexing configuration
181 181
      */
182
-    protected function getIndexingConfigurationName($recordTable, $recordUid,TypoScriptConfiguration $solrConfiguration)
182
+    protected function getIndexingConfigurationName($recordTable, $recordUid, TypoScriptConfiguration $solrConfiguration)
183 183
     {
184 184
         $name = $recordTable;
185 185
         $indexingConfigurations = $solrConfiguration->getEnabledIndexQueueConfigurationNames();
Please login to merge, or discard this patch.