wiki.techinc.nl/includes/diff
Max Semenik 8085c58a4b Replace call_user_func_array(), part 1
Uses new PHP 5.6 syntax like ...parameter unpacking and
calling anything looking like a callback to make the code more readable.
There are much more occurrences but this commit is intentionally limited
to an easily reviewable size.

Change-Id: Idcec077ef3fdf029b632cceafd0150851ad723e3
2018-06-04 23:39:04 -07:00
..
ArrayDiffFormatter.php
ComplexityException.php
DairikiDiff.php
DiffEngine.php Use PHP 5.6 '**' operator instead of 'pow()' function 2018-05-30 18:05:19 -07:00
DifferenceEngine.php Replace call_user_func_array(), part 1 2018-06-04 23:39:04 -07:00
DiffFormatter.php
TableDiffFormatter.php Normalize PHPDoc attributes 2018-03-16 22:59:15 -07:00
UnifiedDiffFormatter.php
WordAccumulator.php Don't globally disable PHPCS's prohibition of assert() 2018-05-07 17:15:16 +00:00
WordLevelDiff.php