Commit 02f80624 by Alexander Makarov

fixed code style

parent 612d0af5
......@@ -13,5 +13,4 @@ namespace yii\console;
*/
class Response extends \yii\base\Response
{
}
......@@ -33,4 +33,4 @@ $summaryString = 'Errors: '.$summary['errors'].' Warnings: '.$summary['warning
echo str_pad('', strlen($summaryString), '-')."\n";
echo $summaryString;
echo "\n\n";
\ No newline at end of file
echo "\n\n";
......@@ -14,7 +14,6 @@ use yii\base\Arrayable;
use yii\base\Component;
use yii\helpers\StringHelper;
/**
* 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