@@ -36,7 +36,7 @@ |
||
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 | */ |
@@ -15,6 +15,9 @@ |
||
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"; |