This website requires JavaScript.
Explore
Help
Sign In
danog
/
parser
Watch
1
Star
0
Fork
0
You've already forked parser
mirror of
https://github.com/danog/parser.git
synced
2024-12-03 09:57:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0378e24a2
parser
/
phpast
/
samples
/
trait.php
10 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
parser: support empty trait definitions
2022-07-25 15:22:52 +02:00
<
?
php
parser: support full trait-definitions
2022-07-25 15:30:47 +02:00
trait
Foo
{}
trait
Bar
{
var
$foo
;
public
function
baz
()
{
}
}
Reference in New Issue
Copy Permalink