mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
1ab631647e
Recent version of PHP supports interface, trait, abstract class and final class. This patch fixes the PHP hunk header regexp to support all of these keywords. Signed-off-by: Kana Natsuno <dev@whileimautomaton.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
7 lines
85 B
Text
7 lines
85 B
Text
trait RIGHT
|
|
{
|
|
public function foo($ChangeMe)
|
|
{
|
|
return 'foo';
|
|
}
|
|
}
|