mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-26 11:40:00 +08:00
Typo fixed. [skip ci]
This commit is contained in:
@@ -67,7 +67,7 @@ class MyClass extends Object
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Following these guideliness will make your components [configurable](concept-configurations.md) when they are created. For example:
|
Following these guidelines will make your components [configurable](concept-configurations.md) when they are created. For example:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);
|
$component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);
|
||||||
|
|||||||
Reference in New Issue
Block a user