@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | /** |
10 | 10 | * Constructor |
11 | 11 | * |
12 | - * @param array|string $patterns List or a single regex pattern to match |
|
12 | + * @param array|string $pathPatterns List or a single regex pattern to match |
|
13 | 13 | */ |
14 | 14 | public function __construct($pathPatterns) { |
15 | 15 | $pathPatterns = func_get_args(); |
@@ -24,8 +24,6 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * Constructor |
26 | 26 | * |
27 | - * @param array $pluginsDirectories Names of plugin folders to watch for |
|
28 | - * Notices & Warnings. |
|
29 | 27 | */ |
30 | 28 | public static function pluginsDirectories($plugins) { |
31 | 29 | $plugins = func_get_args(); |
@@ -44,8 +42,6 @@ discard block |
||
44 | 42 | /** |
45 | 43 | * Constructor |
46 | 44 | * |
47 | - * @param array $themesDirectories Names of theme folders to watch for |
|
48 | - * Notices and Warnings. |
|
49 | 45 | */ |
50 | 46 | public static function themesDirectories() { |
51 | 47 | $themes = func_get_args(); |