Completed
Push — master ( efca0d...3519af )
by Maxim
01:56
created
src/Weew/App/Monolog/Loggers/PrefixedLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-     * @param string|object $prefix
188
+     * @param prefix|null $prefix
189 189
      *
190 190
      * @return string
191 191
      */
Please login to merge, or discard this patch.
src/Weew/App/Monolog/MonologChannelManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @param $logFilePath
105
+     * @param string $logFilePath
106 106
      */
107 107
     protected function ensureLogFileExists($logFilePath) {
108 108
         if ( ! file_exists($logFilePath)) {
Please login to merge, or discard this patch.