fixed broken markdown

fixes #6084
This commit is contained in:
Carsten Brandt
2014-11-20 02:21:53 +01:00
parent eb98df2ec2
commit ec9d33db8d
5 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ For example,
> Info: If a module ID is the same as an application component ID, the application component will be used during
the bootstrapping process. If you want to use the module instead, you may specify it using an anonymous function
like the following:
>```php
> ```php
[
function () {
return Yii::$app->getModule('user');