Question

I have in code this

/**
* @method static \string myMethod()
*/

I dont see myMethod() define anywhere but I see a usage

static::myMethod();

what am I missing here.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top