mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes #12055: Changed boolean
to bool
and integer
to int
in phpdoc
This commit is contained in:

committed by
Alexander Makarov

parent
940f7c7cd4
commit
4aa935e69e
@ -105,7 +105,7 @@ class Action extends Component
|
||||
* You may override this method to do preparation work for the action run.
|
||||
* If the method returns false, it will cancel the action.
|
||||
*
|
||||
* @return boolean whether to run the action.
|
||||
* @return bool whether to run the action.
|
||||
*/
|
||||
protected function beforeRun()
|
||||
{
|
||||
|
Reference in New Issue
Block a user