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-02 17:38:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0378e24a2
parser
/
phpast
/
samples
/
class-use.php
Ryan Chandler
d20e35d1a8
parser: basic support for trait uses in classes
2022-07-25 17:01:36 +01:00
9 lines
49 B
PHP
Raw
Blame
History
<
?
php
trait
Foo
{
}
class
Bar
{
use
Foo
;
}
Reference in New Issue
View Git Blame
Copy Permalink