userdiff: support new keywords in PHP hunk header
authorKana Natsuno <dev@whileimautomaton.net>
Tue, 3 Jul 2018 13:15:40 +0000 (22:15 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2018 21:59:28 +0000 (14:59 -0700)
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>
No differences found