mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
post-increment operators should not be separated
This commit is contained in:
parent
df6fe915c6
commit
9dae844a6e
@ -676,7 +676,7 @@ class Parsedown
|
||||
|
||||
$map[$code] = $element;
|
||||
|
||||
$index ++;
|
||||
$index++;
|
||||
}
|
||||
}
|
||||
|
||||
@ -724,7 +724,7 @@ class Parsedown
|
||||
|
||||
$map[$code] = $element;
|
||||
|
||||
$index ++;
|
||||
$index++;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -756,7 +756,7 @@ class Parsedown
|
||||
|
||||
$map[$code] = $element;
|
||||
|
||||
$index ++;
|
||||
$index++;
|
||||
}
|
||||
}
|
||||
|
||||
@ -787,7 +787,7 @@ class Parsedown
|
||||
|
||||
$map[$code] = $element;
|
||||
|
||||
$index ++;
|
||||
$index++;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user