@@ -90,6 +90,9 @@ |
||
| 90 | 90 | return strpos($path, ['$', '*']); |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | + /** |
|
| 94 | + * @param string $string |
|
| 95 | + */ |
|
| 93 | 96 | protected function match($pattern, $string) { |
| 94 | 97 | //$pattern = '/fr/*/$'; |
| 95 | 98 | $pattern = preg_quote($pattern, '/'); |