change matcher function to public.
This commit is contained in:
parent
16719ed455
commit
515f5f4009
|
@ -434,7 +434,7 @@ protected static function compile_extensions($value)
|
||||||
* @param string $function
|
* @param string $function
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected static function matcher($function)
|
public static function matcher($function)
|
||||||
{
|
{
|
||||||
return '/(\s*)@'.$function.'(\s*\(.*\))/';
|
return '/(\s*)@'.$function.'(\s*\(.*\))/';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue