统计TP文件注释,统一psr2换行规范

This commit is contained in:
尘缘
2016-05-08 07:58:06 +08:00
parent 72398312b2
commit 8bc451d21c
29 changed files with 13 additions and 25 deletions

View File

@@ -11,7 +11,6 @@
namespace think\console\helper;
class Debug extends Helper
{

View File

@@ -11,7 +11,6 @@
namespace think\console\helper;
use think\console\Output;
use think\process\Builder as ProcessBuilder;
use think\process as ThinkProcess;

View File

@@ -11,7 +11,6 @@
namespace think\console\helper;
use think\console\Input;
use think\console\Output;
use think\console\helper\question\Question as OutputQuestion;

View File

@@ -11,7 +11,6 @@
namespace think\console\helper;
use think\console\command\Command;
class Set implements \IteratorAggregate

View File

@@ -11,7 +11,6 @@
namespace think\console\input;
class Argument
{

View File

@@ -11,7 +11,6 @@
namespace think\console\input;
class Definition
{

View File

@@ -11,7 +11,6 @@
namespace think\console\output;
use think\console\Output;
class Nothing extends Output

View File

@@ -11,7 +11,6 @@
namespace think\console\output;
class Stream
{

View File

@@ -11,7 +11,6 @@
namespace think\console\output\formatter;
class Stack
{