Skip to content

Commit 047de23

Browse files
Merge branch '3.4' into 4.4
* 3.4: Revert "[travis][appveyor] don't cache .phpunit" silence E_NOTICE triggered since PHP 7.4 [Form] Removed legacy check in `ValidationListener` do not merge constraints within interfaces [Validator] Fixed default group for nested composite constraints
2 parents 6cb4a21 + c0c5cf6 commit 047de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Log/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function log($level, $message, array $context = [])
7979
}
8080

8181
$formatter = $this->formatter;
82-
fwrite($this->handle, $formatter($level, $message, $context));
82+
@fwrite($this->handle, $formatter($level, $message, $context));
8383
}
8484

8585
private function format(string $level, string $message, array $context): string

0 commit comments

Comments
 (0)