mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Cleanup logical operators
This commit is contained in:
@@ -60,7 +60,7 @@ final class Header implements Block
|
||||
|
||||
if (
|
||||
$State->get(StrictMode::class)->isEnabled() && isset($text[0])
|
||||
and $text[0] !== ' ' and $text[0] !== "\t"
|
||||
&& $text[0] !== ' ' && $text[0] !== "\t"
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user