change matcher function to public.

This commit is contained in:
Taylor Otwell 2012-05-04 14:49:07 -05:00
parent 16719ed455
commit 515f5f4009
1 changed files with 1 additions and 1 deletions

View File

@ -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*\(.*\))/';
} }