Update to proposed PSR-1 coding standard.
* 4 space (no tab) indent * K&R-style braces
This commit is contained in:
+7
-5
@@ -1,9 +1,11 @@
|
||||
<?php
|
||||
|
||||
class DoubleSection {
|
||||
public function t() {
|
||||
return true;
|
||||
}
|
||||
class DoubleSection
|
||||
{
|
||||
public function t()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public $two = "second";
|
||||
public $two = "second";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user