Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
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
{
}
?>