Completed
Push — master ( c523cc...f6da78 )
by Francimar
05:08
created
api/NFe/Log/Logger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -108,6 +108,9 @@
 block discarded – undo
108 108
         chmod($filename, 0755);
109 109
     }
110 110
 
111
+    /**
112
+     * @param string $type
113
+     */
111 114
     private function write($type, $message)
112 115
     {
113 116
         if (!is_null($this->write_function)) {
Please login to merge, or discard this patch.