Completed
Push — master ( 03433f...b6aaec )
by Andrii
04:09
created
src/providers/FormulaExamplesProvider.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@
 block discarded – undo
45 45
         ];
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param string[] $formulas
51
+     */
48 52
     private function groupOf($name, $formulas)
49 53
     {
50 54
         return ['name' => $name, 'formulas' => $formulas];
Please login to merge, or discard this patch.