Completed
Pull Request — master (#76)
by Jan Philipp
01:42
created
src/Application/ApplicationFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
         return $reformattedParams;
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $directory
140
+     */
138 141
     public function getConfigFiles($directory): array
139 142
     {
140 143
         return  (new ConfigFileFinder())->discoverFiles($directory);
Please login to merge, or discard this patch.
src/ScriptRuntime/CommandBuilder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,6 @@
 block discarded – undo
67 67
     /**
68 68
      * @param string $shellCommand
69 69
      * @param int $startLine
70
-     * @param bool $ignoreError
71 70
      * @return CommandBuilder
72 71
      */
73 72
     public function setExecutable(string $shellCommand, int $startLine): CommandBuilder
Please login to merge, or discard this patch.