@@ -66,6 +66,9 @@ |
||
| 66 | 66 | self::addFilters('feature', $name, $filePath); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $category |
|
| 71 | + */ |
|
| 69 | 72 | public static function addFilters($category, $name, $filePath) |
| 70 | 73 | { |
| 71 | 74 | if (false === $filePath || !file_exists($filePath)) { |