Completed
Push — master ( 97e7bf...cb2c86 )
by Ehsan
08:11 queued 04:48
created
src/Botonomous/utility/LoggerUtility.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return bool|string
96
+     * @return false|string
97 97
      */
98 98
     public function getLogFilePath()
99 99
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     }
190 190
 
191 191
     /**
192
-     * @param       $message
192
+     * @param       string $message
193 193
      * @param array $context
194 194
      *
195 195
      * @return bool
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     }
267 267
 
268 268
     /**
269
-     * @param $level
269
+     * @param string $level
270 270
      * @param $message
271 271
      * @param array $context
272 272
      *
Please login to merge, or discard this patch.