Completed
Push — 3.8.x ( bec6fb...5ffb59 )
by Tim
06:38
created
features/bootstrap/ConsoleContext.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -75,6 +75,8 @@  discard block
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * @Given a third party system has copied the file :arg1 into the import folder :arg2
78
+     * @param string $arg1
79
+     * @param string $arg2
78 80
      */
79 81
     public function aThirdPartySystemHasCopiedTheFileIntoTheImportFolder($arg1, $arg2)
80 82
     {
@@ -101,6 +103,7 @@  discard block
 block discarded – undo
101 103
 
102 104
     /**
103 105
      * @When the command :arg1 has been executed
106
+     * @param string $arg1
104 107
      */
105 108
     public function theCommandHasBeenExecuted($arg1)
106 109
     {
@@ -110,6 +113,7 @@  discard block
 block discarded – undo
110 113
 
111 114
     /**
112 115
      * @When the magento command :arg1 has been executed
116
+     * @param string $arg1
113 117
      */
114 118
     public function theMagentoCommandHasBeenExecuted($arg1)
115 119
     {
@@ -158,6 +162,7 @@  discard block
 block discarded – undo
158 162
 
159 163
     /**
160 164
      * @Then a message :arg1 has to be rendered
165
+     * @param string $arg1
161 166
      */
162 167
     public function assertMessage($arg1)
163 168
     {
Please login to merge, or discard this patch.