This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zxt
/
public_producer
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ac6b7baf63
Branches
Tags
0307_linkbug_fr
0328_footcat_fr
11_25_link
20241023_lj_zhinengbumen
20241213_fr_diyweb
20250210_lj_zhanqun
alt_04_15_liu
black_04_11_liu
bugfix_03_06_liu
bugfix_12_20_liu
bugfix_2025_02_10_liu
category_03_12_liu
chat_11_21_liu
dev
dev_bak
logger_04_08_liu
master
master_fix
master_test_12_24
news_10_21_fr
news_10_8_liu
oss_12_31_liu
pre
today_04_22_liu
web_12_16_liu
web_c0318_fr
web_sannong_fr
public_producer
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Comment
/
Doc.php
Doc.php
103 B
History
Raw
1
2
3
4
5
6
7
<?php declare(strict_types=1);
namespace PhpParser\Comment;
class Doc extends \PhpParser\Comment
{
}