Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429668
AnyFilter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
AnyFilter.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\Output\Filter
;
use
Phan\IssueInstance
;
use
Phan\Output\IssueFilterInterface
;
/**
* This is a filter which permits any IssueInstance to be output.
*/
final
class
AnyFilter
implements
IssueFilterInterface
{
/**
* @param IssueInstance $issue (@phan-unused-param)
*/
public
function
supports
(
IssueInstance
$issue
):
bool
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:53 (8 h, 21 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6e/9a/959dd6b3e77c316b499d8bdeb8ad
Default Alt Text
AnyFilter.php (422 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment