规范调整

This commit is contained in:
thinkphp
2015-10-04 22:48:57 +08:00
parent 3b21161c0a
commit c14da999a6
10 changed files with 46 additions and 30 deletions

View File

@@ -11,6 +11,5 @@
namespace think;
class Exception extends \Exception {
}
class Exception extends \Exception
{}