Completed
Pull Request — master (#2)
by Gabriel
02:29
created
src/_support/Page/AbstractTraits/FormTrait.php 2 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @param $field
101
-     * @param $param
101
+     * @param string $param
102 102
      * @param null $form
103 103
      * @return mixed
104 104
      */
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
     /**
127 127
      * @param $field
128
-     * @param null $form
128
+     * @param null|string $form
129 129
      * @return mixed
130 130
      */
131 131
     public function getFieldFormPath($field, $form = null)
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     }
227 227
 
228 228
     /**
229
-     * @param null $name
229
+     * @param null|string $name
230 230
      * @return $this
231 231
      */
232 232
     protected function initForm($name = null)
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
 
257 257
     /**
258 258
      * @param $field
259
-     * @param $type
259
+     * @param string $type
260 260
      * @param $params
261 261
      * @param null $name
262 262
      * @return $this
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ByTIC\Codeception\Page\AbstractTraits;
4 4
 
5 5
 use ByTIC\Codeception\Helper\AcceptanceTrait;
6
-use Codeception\Template\Acceptance;
7 6
 
8 7
 /**
9 8
  * Class FormTrait
Please login to merge, or discard this patch.
src/_support/Helper/Traits/BrowserTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return mixed
53
+     * @return string
54 54
      * @throws \Codeception\Exception\ModuleException
55 55
      */
56 56
     public function getCurrentUri()
Please login to merge, or discard this patch.
src/_support/Helper/Traits/QueryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * @param $query
30 30
      *
31
-     * @return mixed
31
+     * @return \PDOStatement
32 32
      * @throws \Codeception\Exception\ModuleException
33 33
      */
34 34
     public function runSqlQuery($query)
Please login to merge, or discard this patch.