Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431744
DeprecatedTagValueNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
DeprecatedTagValueNode.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
PHPStan\PhpDocParser\Ast\PhpDoc
;
use
PHPStan\PhpDocParser\Ast\NodeAttributes
;
use
function
trim
;
class
DeprecatedTagValueNode
implements
PhpDocTagValueNode
{
use
NodeAttributes
;
/** @var string (may be empty) */
public
string
$description
;
public
function
__construct
(
string
$description
)
{
$this
->
description
=
$description
;
}
public
function
__toString
():
string
{
return
trim
(
$this
->
description
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:02 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5d/85/0ab2f6332d249d62fed949b94ded
Default Alt Text
DeprecatedTagValueNode.php (469 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment