summaryrefslogtreecommitdiff
path: root/t/t4018/php-abstract-class
AgeCommit message (Collapse)AuthorFilesLines
2018-07-06userdiff: support new keywords in PHP hunk headerLibravatar Kana Natsuno1-0/+4
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>