Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
magicMethod06.php
blob: 9934438b2d354d510383e25c47018b243f66d5af [
file
]
<?
php
/**
* @method A m1(string|A $param1) small description
*/
class
A
{
}
?>