Completed
Pull Request — master (#17)
by Holger
07:30
created
Composer/ScriptHandler.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -136,6 +136,10 @@
 block discarded – undo
136 136
         return isset($options['symfony-var-dir']) && is_dir($options['symfony-var-dir']);
137 137
     }
138 138
 
139
+    /**
140
+     * @param string $configName
141
+     * @param string $actionName
142
+     */
139 143
     protected static function hasDirectory(Event $event, $configName, $path, $actionName)
140 144
     {
141 145
         if (!is_dir($path)) {
Please login to merge, or discard this patch.