Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
更新履歴などに書かれる "A now has a tentative return of B." という定型文の訳を、「A の仮の戻り値の型が、B になりました。」に統一しました。
訳語選択の根拠
この文章の訳には、3通りの定型文が存在しました。
ReflectionFunctionAbstract::getTentativeReturnType() や ReflectionFunctionAbstract::hasTentativeReturnType() での訳語が「仮の戻り値」になっていることから、1番目の文へと統一するのが適切と判断しました。
また、ここでいう "tentative" は、「C で実装された内部関数なので PHP レベルで型宣言がされているわけではないのだが、PHP から見たときの仮の型として一応宣言だけはされている」というような意味で用いられているので、正確さという観点でも1番目の文が適切と考えます。
参考: https://www.php.net/manual/ja/language.oop5.inheritance.php#language.oop5.inheritance.internal-classes