Passed
Push — Showing-Posts ( 7ae013...329372 )
by Stone
02:31
created
App/Controllers/Tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Core\Controller;
6 6
 use Core\Container;
7 7
 
8
-class Tag extends Controller{
8
+class Tag extends Controller {
9 9
 
10 10
     protected $siteConfig;
11 11
 
Please login to merge, or discard this patch.
App/Controllers/Author.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use Core\Controller;
8 8
 use Core\Container;
9 9
 
10
-class Author extends Controller{
10
+class Author extends Controller {
11 11
 
12 12
     protected $siteConfig;
13 13
     protected $pagination;
Please login to merge, or discard this patch.
App/Models/PaginationModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Core\Model;
6 6
 use Core\Container;
7 7
 
8
-class PaginationModel extends Model{
8
+class PaginationModel extends Model {
9 9
 
10 10
     private $postsTbl;
11 11
 
Please login to merge, or discard this patch.