PHP: set @deprecated annotation for annotated @method -


i can set @deprecated annotation php method:

/**  * @deprecated   */ public function deprecatedmethod() {  } 

how can mark annotated @method deprecated?

/**  * @method deprecatedmethod()   */ class foo {...} 


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -