Commit 02f80624 by Alexander Makarov

fixed code style

parent 612d0af5
...@@ -13,5 +13,4 @@ namespace yii\console; ...@@ -13,5 +13,4 @@ namespace yii\console;
*/ */
class Response extends \yii\base\Response class Response extends \yii\base\Response
{ {
} }
...@@ -33,4 +33,4 @@ $summaryString = 'Errors: '.$summary['errors'].' Warnings: '.$summary['warning ...@@ -33,4 +33,4 @@ $summaryString = 'Errors: '.$summary['errors'].' Warnings: '.$summary['warning
echo str_pad('', strlen($summaryString), '-')."\n"; echo str_pad('', strlen($summaryString), '-')."\n";
echo $summaryString; echo $summaryString;
echo "\n\n"; echo "\n\n";
\ No newline at end of file
...@@ -14,7 +14,6 @@ use yii\base\Arrayable; ...@@ -14,7 +14,6 @@ use yii\base\Arrayable;
use yii\base\Component; use yii\base\Component;
use yii\helpers\StringHelper; use yii\helpers\StringHelper;
/** /**
* XmlResponseFormatter formats the given data into an XML response content. * XmlResponseFormatter formats the given data into an XML response content.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment