Completed
Push — master ( e69c57...b56ccd )
by Kirill
02:39
created
src/Processor/Processor.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      * @param Query $query
86 86
      * @return \Generator
87 87
      */
88
-    protected function forEach($context, Query $query): \Generator
88
+    protected function foreach($context, Query $query): \Generator
89 89
     {
90 90
         foreach ($query->getCriteria() as $criterion) {
91 91
             $builder = $this->getBuilder($criterion);
Please login to merge, or discard this patch.