@@ -136,6 +136,10 @@ |
||
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)) { |