Completed
Pull Request — develop (#509)
by ANTHONIUS
21:03
created
module/Behat/src/CoreContext.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@  discard block
 block discarded – undo
106 106
     
107 107
     /**
108 108
      * @param $name
109
-     * @param array $params
110 109
      *
111 110
      * @return string
112 111
      */
@@ -117,6 +116,7 @@  discard block
 block discarded – undo
117 116
 
118 117
     /**
119 118
      * @When /^I hover over the element "([^"]*)"$/
119
+     * @param string $locator
120 120
      */
121 121
     public function iHoverOverTheElement($locator)
122 122
     {
@@ -261,10 +261,10 @@  discard block
 block discarded – undo
261 261
     }
262 262
     
263 263
     /**
264
-     * @param $locator
264
+     * @param string $locator
265 265
      * @param string $selector
266 266
      *
267
-     * @return \Behat\Mink\Element\NodeElement|mixed|null
267
+     * @return \Behat\Mink\Element\NodeElement|null
268 268
      */
269 269
     public function getElement($locator, $selector='css')
270 270
     {
Please login to merge, or discard this patch.
module/Core/src/Service/ClearCacheService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -156,6 +156,9 @@
 block discarded – undo
156 156
         }
157 157
     }
158 158
 
159
+    /**
160
+     * @param string $message
161
+     */
159 162
     private function log($message)
160 163
     {
161 164
         $io = $this->io;
Please login to merge, or discard this patch.