Completed
Push — master ( 1512d1...448951 )
by Mehmet
03:09
created
src/ExtensionsAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * and $baseUrl = 'http://127.0.0.1' and $page_lang = 'en_US'
50 50
      * {{ getUrl('about', {'lang': page_lang}) }} produces http://127.0.0.1/en_US/about-us
51 51
      */
52
-    protected function extendForGetUrl(){ }
52
+    protected function extendForGetUrl() { }
53 53
 
54 54
     /**
55 55
      * Extend for wildcard Widget functions. Widget function determines the class and method that will be called.
Please login to merge, or discard this patch.