Completed
Push — development ( c582f9...50db33 )
by Thomas
52s queued 11s
created
htdocs/lib2/OcSmarty.class.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
     public $main_template = 'sys_main';
21 21
     public $bench = null;
22 22
     public $compile_id = null;
23
-    public $cache_id = null;    // This is a smarty caching ID, not a caches.cache_id.
23
+    public $cache_id = null; // This is a smarty caching ID, not a caches.cache_id.
24 24
     public $title = '';
25 25
     public $menuitem = null;
26 26
     public $nowpsearch = false;
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
      * @throws SmartyException
418 418
      */
419 419
     public function is_cached(mixed $dummy1 = null, mixed $dummy2 = null, mixed $dummy3 = null)
420
-    : bool|string {
420
+    : bool | string {
421 421
         global $login;
422 422
 
423 423
         // if the user is an admin, dont cache the content
Please login to merge, or discard this patch.