wiki.techinc.nl/includes/libs/replacers
Brad Jorsch fb3ae6fbe3 Replace use of &$this
Use of &$this doesn't work in PHP 7.1. For callbacks to methods like
array_map() it's completely unnecessary, while for hooks we still need
to pass a reference and so we need to copy $this into a local variable.

Bug: T153505
Change-Id: I8bbb26e248cd6f213fd0e7460d6d6935a3f9e468
2017-01-31 23:01:54 -05:00
..
DoubleReplacer.php
HashtableReplacer.php Remove excess newlines at the end of files 2015-09-27 00:02:05 +02:00
RegexlikeReplacer.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Replacer.php Replace use of &$this 2017-01-31 23:01:54 -05:00