わかりました、クラス メソッドの上にこの phpdoc があります
/**
* this a function that translates the text
* @param string|boolean $lang if string the string given in the parameter will be the language code that will represent the language desired, if true, this will translate based on the website's current language, if false will not translate.
*/
今私の問題は、$lang
文字列とブール値のみを受け入れることができるのデータ型を定義する方法です。
私が見mixed
た他のドキュメントでは、PDT を使用した Eclipse IDE に正しく反映されていません。
私の質問は、特定のデータ型を 2 種類以上受け入れることができることを表示する方法の標準的な方法は何ですか。@param
注:私が提供したphpdocは、私が現在取り組んでいるアプリケーションの既存のドキュメントです。さて、私はすべてをうまく文書化するために割り当てられています。