mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 17:48:15 +08:00
Fix typo in description codesnippet (#19873)
This commit is contained in:
committed by
GitHub
parent
85171844cf
commit
b073daa8f0
@ -15,7 +15,7 @@ namespace yii\base;
|
|||||||
* like the following:
|
* like the following:
|
||||||
*
|
*
|
||||||
* ```php
|
* ```php
|
||||||
* public function __constructor($param1, $param2, ..., $config = [])
|
* public function __construct($param1, $param2, ..., $config = [])
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* That is, the last parameter of the constructor must accept a configuration array.
|
* That is, the last parameter of the constructor must accept a configuration array.
|
||||||
|
|||||||
Reference in New Issue
Block a user