@@ -18,7 +18,6 @@ |
||
18 | 18 | * @link http://www.techdivision.com |
19 | 19 | */ |
20 | 20 | |
21 | -use Lurker\Event\FilesystemEvent; |
|
22 | 21 | use Symfony\Component\Finder\Finder; |
23 | 22 | |
24 | 23 | /** |
@@ -75,6 +75,8 @@ discard block |
||
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 |
||
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 |
||
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 | { |