@@ -86,6 +86,9 @@ |
||
86 | 86 | return strpos($path, ['$', '*']); |
87 | 87 | } |
88 | 88 | |
89 | + /** |
|
90 | + * @param string $string |
|
91 | + */ |
|
89 | 92 | protected function match($pattern, $string) |
90 | 93 | { |
91 | 94 | $pattern = preg_quote($pattern, '/'); |