@@ -2,8 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace GeminiLabs\Castor\Helpers; |
| 4 | 4 | |
| 5 | -class Theme |
|
| 6 | -{ |
|
| 5 | +class Theme { |
|
| 7 | 6 | public $archiveMeta; |
| 8 | 7 | public $postMeta; |
| 9 | 8 | |
@@ -2,8 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace GeminiLabs\Castor\Helpers; |
| 4 | 4 | |
| 5 | -class Development |
|
| 6 | -{ |
|
| 5 | +class Development { |
|
| 7 | 6 | public $templatePaths = []; |
| 8 | 7 | |
| 9 | 8 | protected $utility; |
@@ -72,7 +71,8 @@ discard block |
||
| 72 | 71 | printf('<div class="print__r"><pre>%s</pre></div>', |
| 73 | 72 | htmlspecialchars(print_r(func_get_arg(0), true), ENT_QUOTES, 'UTF-8') |
| 74 | 73 | ); |
| 75 | - } elseif ($args > 1) { |
|
| 74 | + } |
|
| 75 | + elseif ($args > 1) { |
|
| 76 | 76 | echo '<div class="print__r_group">'; |
| 77 | 77 | foreach (func_get_args() as $value) { |
| 78 | 78 | $this->printF($value); |