Completed
Push — master ( 29d121...b985cb )
by Evan
02:17
created
src/Support/Shortcode.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-    * Render the shortcode to string
51
-    *
52
-    * @return string
53
-    */
50
+     * Render the shortcode to string
51
+     *
52
+     * @return string
53
+     */
54 54
     public function render()
55 55
     {
56 56
         $dedicated_method = "{$this->tag}_handler";
Please login to merge, or discard this patch.