Completed
Push — master ( 92b26f...232625 )
by Albin
06:25 queued 03:33
created
src/Knp/FriendlyContexts/Context/MinkContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -160,6 +160,9 @@
 block discarded – undo
160 160
         return $elements;
161 161
     }
162 162
 
163
+    /**
164
+     * @param \Closure $actionCallback
165
+     */
163 166
     protected function elementAction($locator, $element, $nbr = 1, $actionCallback, $filterCallback = null)
164 167
     {
165 168
         $elements = $this->searchElement($locator, $element, $filterCallback);
Please login to merge, or discard this patch.