Skip to content

Commit 180bb97

Browse files
committed
Ignore some errors by default
1 parent 7b331c2 commit 180bb97

File tree

3 files changed

+36
-3739
lines changed

3 files changed

+36
-3739
lines changed

app/Mage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ public static function isInstalled($options = [])
828828
*
829829
* @param array|object|string $message
830830
* @param int $level
831-
* @param string $file
831+
* @param string|null $file
832832
* @param bool $forceLog
833833
*/
834834
public static function log($message, $level = null, $file = '', $forceLog = false)

0 commit comments

Comments
 (0)