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