Completed
Push — 0713 ( 6118f2 )
by Mikael
02:49
created
CFastTrackCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Enable or disable cache.
38 38
      *
39
-     * @param boolean $enable set to true to enable, false to disable
39
+     * @param boolean $enabled set to true to enable, false to disable
40 40
      *
41 41
      * @return $this
42 42
      */
Please login to merge, or discard this patch.
webroot/img.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 
16 16
 
17 17
 // Include debug functions
18
+/**
19
+ * @param string $msg
20
+ */
18 21
 function debug($msg)
19 22
 {
20 23
     $file = "/tmp/cimage";
Please login to merge, or discard this patch.