Completed
Pull Request — master (#18)
by
unknown
48:00
created
src/Context/User/RawUserContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param string $value
39 39
      *   Expected value in column.
40 40
      *
41
-     * @return int
41
+     * @return string
42 42
      */
43 43
     public function getIdByArguments($column, $value)
44 44
     {
Please login to merge, or discard this patch.
src/Context/TqContextInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -12,6 +12,7 @@
 block discarded – undo
12 12
      * Set context parameters from behat.yml.
13 13
      *
14 14
      * @param array $parameters
15
+     * @return void
15 16
      */
16 17
     public function setTqParameters(array $parameters);
17 18
 }
Please login to merge, or discard this patch.