Passed
Push — main ( 532590...120ebc )
by Sammy
01:27
created
Controllers/Interfaces/DisplayControllerInterface.class.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
 interface DisplayControllerInterface extends BaseController
6 6
 {
7 7
 
8
-   /*
8
+    /*
9 9
       The viewport is an associative array of values to be exported as variables in the view
10 10
          the assoc keys will be the variable names
11 11
 
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
            returns null
43 43
    */
44 44
 
45
-   public function viewport($key=null, $value=null, $coercion=false);
45
+    public function viewport($key=null, $value=null, $coercion=false);
46 46
 
47
-   public function display($custom_template = null, $standalone=false);
47
+    public function display($custom_template = null, $standalone=false);
48 48
 
49 49
 }
Please login to merge, or discard this patch.