Completed
Push — master ( 168e0e...919b91 )
by Derek
02:48
created
src/Nabu/LoggerHandler/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return string|null  The file_path set for the File instance
60
+     * @return string  The file_path set for the File instance
61 61
      */
62 62
     public function getFilePath()
63 63
     {
Please login to merge, or discard this patch.
src/Nabu/LoggerHandler/HandlerInterface.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -17,7 +17,13 @@
 block discarded – undo
17 17
      */
18 18
     public function write($message);
19 19
 
20
+    /**
21
+     * @return void
22
+     */
20 23
     public function suppressOutput();
21 24
 
25
+    /**
26
+     * @return void
27
+     */
22 28
     public function allowOutput();
23 29
 }
Please login to merge, or discard this patch.