mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 20:06:19 +08:00
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:
@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user