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 -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -