Update to proposed PSR-1 coding standard.
* 4 space (no tab) indent * K&R-style braces
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
class InvertedSection {
|
||||
public $repo = array();
|
||||
class InvertedSection
|
||||
{
|
||||
public $repo = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user