mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
post-increment operators should not be separated
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user