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