In StripState use closures instead of temporary member variables
authorTim Starling <tstarling@wikimedia.org>
Wed, 28 Feb 2018 00:22:43 +0000 (11:22 +1100)
committerTim Starling <tstarling@wikimedia.org>
Wed, 28 Feb 2018 00:22:43 +0000 (11:22 +1100)
commitea52f36afce11f4b069ff4933d0564262fa1a980
treebb576da63013fc1da0669a789aae1f6dbc17371e
parent368dea479a112288b0b3e69241afa55d3c1cc1b7
In StripState use closures instead of temporary member variables

The former convention was an awkward workaround for the lack of
closures.

Change-Id: I8722e168fb9b5e76cf6a937139be728bb3fc3e92
includes/parser/StripState.php