Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431123
ListShape.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
292 B
Referenced Files
None
Subscribers
None
ListShape.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
phpDocumentor\Reflection\PseudoTypes
;
use
function
implode
;
/** @psalm-immutable */
final
class
ListShape
extends
ArrayShape
{
public
function
__toString
():
string
{
return
'list{'
.
implode
(
', '
,
$this
->
getItems
())
.
'}'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:06 (2 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/ff/ac1065149fb57b7e419dba0d12ec
Default Alt Text
ListShape.php (292 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment