Home
last modified time | relevance | path

Searched defs:allowInlineLineBreaks (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php31 protected $allowInlineLineBreaks; variable in Monolog\\Formatter\\LineFormatter
43 …_construct(?string $format = null, ?string $dateFormat = null, bool $allowInlineLineBreaks = false…
62 public function allowInlineLineBreaks(bool $allow = true): self function in Monolog\\Formatter\\LineFormatter