Fix #20508: Fix PHPDoc, add PHPStan/Psalm annotations for yii\web\CookieCollection::getIterator. Add missing @property annotation in yii\base\Model

This commit is contained in:
Maksim Spirkov
2025-09-02 10:10:56 +05:00
committed by GitHub
parent 9b417e5f6d
commit 06858c1089
7 changed files with 42 additions and 14 deletions

View File

@ -520,7 +520,7 @@ class Controller extends \yii\base\Controller
* You may override this method to return customized summary.
* The default implementation returns first line from the PHPDoc comment.
*
* @return string
* @return string the one-line short summary describing this controller.
*/
public function getHelpSummary()
{
@ -532,7 +532,7 @@ class Controller extends \yii\base\Controller
*
* You may override this method to return customized help.
* The default implementation returns help information retrieved from the PHPDoc comment.
* @return string
* @return string the help information for this controller.
*/
public function getHelp()
{