From aa8fbd965137f3a1e0487a380548851dd26786b1 Mon Sep 17 00:00:00 2001 From: resurtm Date: Thu, 20 Jun 2013 20:26:47 +0600 Subject: [PATCH] PHPDoc Markdown newlines before code blocks added. --- framework/yii/widgets/Spaceless.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/yii/widgets/Spaceless.php b/framework/yii/widgets/Spaceless.php index 846914c..8115f85 100644 --- a/framework/yii/widgets/Spaceless.php +++ b/framework/yii/widgets/Spaceless.php @@ -14,6 +14,7 @@ use yii\base\Widget; * or in a plain text are always left untouched. * * Usage example: + * * ```php * * @@ -28,6 +29,7 @@ use yii\base\Widget; * ``` * * This example will generate the following HTML: + * * ```html * *