1
0
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:
Aidan Woods
2019-01-26 14:51:05 +00:00
parent 19e21f2d1b
commit d733c262c2
19 changed files with 35 additions and 34 deletions

View File

@@ -31,7 +31,7 @@ final class Rule implements Block
if (
\substr_count($Context->line()->text(), $marker) >= 3
and \chop($Context->line()->text(), " \t$marker") === ''
&& \chop($Context->line()->text(), " \t$marker") === ''
) {
return new self;
}