Completed
Pull Request — master (#120)
by Max
19:02
created
Core/Executor/RepositoryExecutor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -216,6 +216,9 @@
 block discarded – undo
216 216
         return preg_replace('/(?<!^)[A-Z]/', ' $0', $className);
217 217
     }
218 218
 
219
+    /**
220
+     * @param AbstractCollection $collection
221
+     */
219 222
     protected function getCollectionName($collection)
220 223
     {
221 224
         $className = get_class($collection);
Please login to merge, or discard this patch.