This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
59937
Commits
6
Branches
36
Tags
131 MiB
Tree:
12026f46e7
git
/
t
/
t4018
/
php-trait
8 lines
85 B
Raw
Normal View
History
Unescape
Escape
userdiff: support new keywords in PHP hunk header 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 years ago
trait RIGHT
{
public function foo($ChangeMe)
{
return 'foo';
}
}