Completed
Push — develop ( c04063...d2c459 )
by Schlaefer
06:47 queued 04:11
created
plugins/phile/templateTwig/Classes/Template/Twig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * method to render the page/template
63 63
      *
64
-     * @return mixed|string
64
+     * @return string
65 65
      */
66 66
     public function render()
67 67
     {
Please login to merge, or discard this patch.
plugins/phile/phpFastCache/Classes/PhileToPsr16CacheAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /** @var string slug */
21 21
     const SLUG_PREFIX = '-phile.phpFastCache.slug-';
22 22
     
23
-    const SLUG = ['{', '}' , '(', ')','/' , '\\' , '@', ':'];
23
+    const SLUG = ['{', '}', '(', ')', '/', '\\', '@', ':'];
24 24
 
25 25
     /**
26 26
      * @var CacheInterface the cache engine
Please login to merge, or discard this patch.