Update to proposed PSR-1 coding standard.
* 4 space (no tab) indent * K&R-style braces
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
class UTF8Unescaped {
|
||||
public $test = '中文又来啦';
|
||||
class UTF8Unescaped
|
||||
{
|
||||
public $test = '中文又来啦';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user