Completed
Pull Request — master (#16)
by Sergii
07:30
created
src/Context/RawTqContext.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@  discard block
 block discarded – undo
117 117
 
118 118
     /**
119 119
      * {@inheritdoc}
120
+     * @param string $name
120 121
      */
121 122
     public function getDrupalText($name)
122 123
     {
@@ -216,7 +217,7 @@  discard block
 block discarded – undo
216 217
      * @param array $args
217 218
      *   Placeholder declarations.
218 219
      *
219
-     * @return mixed
220
+     * @return string
220 221
      */
221 222
     public function executeJs($javascript, array $args = [])
222 223
     {
@@ -233,7 +234,7 @@  discard block
 block discarded – undo
233 234
      *
234 235
      * @param StepScope $event
235 236
      *
236
-     * @return int
237
+     * @return boolean
237 238
      */
238 239
     public static function isStepImpliesJsEvent(StepScope $event)
239 240
     {
Please login to merge, or discard this patch.
src/Cores/DrupalKernelPlaceholder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@
 block discarded – undo
91 91
         self::requireContext(__FUNCTION__, func_get_args());
92 92
     }
93 93
 
94
+    /**
95
+     * @param string $path
96
+     */
94 97
     public static function setCurrentPath($path)
95 98
     {
96 99
         self::requireContext(__FUNCTION__, func_get_args());
Please login to merge, or discard this patch.