Fix whitespace in a few test files (PSR-2)

This commit is contained in:
Justin Hileman
2012-07-27 17:58:55 -07:00
parent 9e436f8c07
commit 169e6e0a1f
3 changed files with 123 additions and 123 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
<?php
class Partials {
public $page = array(
'title' => 'Page Title',
'subtitle' => 'Page Subtitle',
'content' => 'Lorem ipsum dolor sit amet.',
);
public $page = array(
'title' => 'Page Title',
'subtitle' => 'Page Subtitle',
'content' => 'Lorem ipsum dolor sit amet.',
);
}