Completed
Push — log-refactor ( f0253a )
by Wahiba
02:46
created
lib/Utils/Log.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
         $data = self::printDebug($data, $postpone);
20 20
     }
21 21
 
22
+    /**
23
+     * @param boolean $postpone
24
+     */
22 25
     public static function consoleDebug($data, $postpone, $title = 'PHP', $logType = 'log')
23 26
     {
24 27
         $title .= '(' . self::getCallerFile(2) .'):';
@@ -32,6 +35,9 @@  discard block
 block discarded – undo
32 35
         self::echoDebug($result, $postpone);
33 36
     }
34 37
 
38
+    /**
39
+     * @param boolean $postpone
40
+     */
35 41
     public static function printDebug($data, $postpone)
36 42
     {
37 43
         $type = gettype($data);
Please login to merge, or discard this patch.