mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
fix breaking changes in markdown for console and API
API is not finished. issue #5082
This commit is contained in:
@ -16,16 +16,17 @@ use yii\console\Exception;
|
||||
/**
|
||||
* Allows you to flush cache.
|
||||
*
|
||||
* ~~~
|
||||
* #see list of available components to flush
|
||||
* yii cache
|
||||
* see list of available components to flush:
|
||||
*
|
||||
* #flush particular components specified by their names
|
||||
* yii cache/flush first second third
|
||||
* yii cache
|
||||
*
|
||||
* #flush all cache components that can be found in the system
|
||||
* yii cache/flush-all
|
||||
* ~~~
|
||||
* flush particular components specified by their names:
|
||||
*
|
||||
* yii cache/flush first second third
|
||||
*
|
||||
* flush all cache components that can be found in the system
|
||||
*
|
||||
* yii cache/flush-all
|
||||
*
|
||||
* @author Alexander Makarov <sam@rmcreative.ru>
|
||||
* @author Mark Jebri <mark.github@yandex.ru>
|
||||
|
Reference in New Issue
Block a user