This website works better with JavaScript
Главная
Обзор
Помощь
Вход
gitgod
/
store
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
1c277d4258
Ветки
Метки
dev
master
store
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Comment
/
Doc.php
Doc.php
103 B
История
Исходник
1
2
3
4
5
6
7
<?php declare(strict_types=1);
namespace PhpParser\Comment;
class Doc extends \PhpParser\Comment
{
}