Passed
Push — Showing-Posts ( 95ba49...a053fc )
by Stone
02:03
created
App/Controllers/Post.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 use Core\Controller;
9 9
 use Core\Container;
10 10
 
11
-class Post extends Controller{
11
+class Post extends Controller {
12 12
 
13 13
     protected $siteConfig;
14 14
 
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * @throws \Twig_Error_Runtime
27 27
      * @throws \Twig_Error_Syntax
28 28
      */
29
-    public function viewPost(string $slug){
29
+    public function viewPost(string $slug) {
30 30
 
31 31
         $tagModel = new TagsModel($this->container);
32 32
         $postModel = new PostModel($this->container);
Please login to merge, or discard this patch.
App/Controllers/Tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Core\Controller;
7 7
 use Core\Container;
8 8
 
9
-class Tag extends Controller{
9
+class Tag extends Controller {
10 10
 
11 11
     protected $siteConfig;
12 12
     protected $pagination;
Please login to merge, or discard this patch.