Skip to content

Releases: chrishalbert/php7mar

Update composer file for a complete desc.

16 Jan 18:26
02704f1
Compare
Choose a tag to compare
v0.3.2-beta

Update the difference.

Remove skip lines constant.

16 Jan 18:22
Compare
Choose a tag to compare
v0.3.1-beta

Remove skip line because I cannot think of a valid use case.

Add exclusionary tags.

18 Dec 18:12
Compare
Choose a tag to compare

Added exclusionary tags so that developers working on migrating to php7 can tag lines that do not need modifications. Subsequent scans will not show the nuances.

running php mar.php -e="@excludeLine" will not include the following foreachByReference nuance:

// @excludeLine
foreach ($arr as &$el) {