aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff/DiffEngine.php
Commit message (Expand)AuthorAgeFilesLines
* Move DiffEngine and helpers to includes/libs/Diff and put them in a namespaceTim Starling2023-06-201-813/+0
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Improve and add documentation to diff related classesUmherirrender2020-11-221-1/+41
* diff: Remove unused DiffEngine::diff_range() private methodDerick A2020-07-181-35/+0
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Fix numerous Squiz.Scope.MethodScope.MissingReedy2020-05-151-1/+1
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Improve param docsUmherirrender2019-11-281-1/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+0
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+3
* Simplify a few binary checks for bit 1Thiemo Kreuz2019-05-171-3/+3
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-3/+1
* Move class RangeDifference to own fileUmherirrender2019-03-081-37/+0
* Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz Dziewoński2018-05-301-1/+1
* Don't globally disable PHPCS's prohibition of assert()Kunal Mehta2018-05-071-0/+3
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* PHP code style: No space after unary not operatorFomafix2017-01-051-2/+2
* Rethink diff limitsMax Semenik2016-06-011-0/+17
* Improve diff docsMax Semenik2016-05-181-2/+12
* Merge Wikidiff3 into DiffEngineMax Semenik2016-05-181-0/+815