wiki.techinc.nl/includes/diff
Aryeh Gregor 4a52bf553f Use MainConfigNames instead of string literals, #3
This edition brought to you by:

grep -ERIn $(grep -o "'[A-Za-z0-9_]*'" includes/MainConfigNames.php | tr
"\n" '|' | sed 's/|$/\n/') includes/

I only corrected a fraction of the results provided by that command. I'm
submitting the partial patch now so it doesn't bitrot.

Bug: T305805
Change-Id: If1918c0b3d88cdf90403921e4310740e206d6962
2022-04-26 14:31:26 +03:00
..
Hook Fix various documentation related to null types (part II) 2022-03-08 23:45:31 +00:00
ArrayDiffFormatter.php
ComplexityException.php
Diff.php
DiffEngine.php build: Update mediawiki/mediawiki-phan-config to 0.11.0 2021-09-07 17:19:05 +02:00
DifferenceEngine.php Use MainConfigNames instead of string literals, #3 2022-04-26 14:31:26 +03:00
DifferenceEngineSlotDiffRenderer.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
DiffFormatter.php
DiffOp.php
DiffOpAdd.php
DiffOpChange.php
DiffOpCopy.php
DiffOpDelete.php
RangeDifference.php
SlotDiffRenderer.php
TableDiffFormatter.php Rename diff-related classes for LTR compatibility 2021-09-17 22:58:44 +00:00
TextSlotDiffRenderer.php Fix various documentation related to null types 2022-02-26 10:31:24 +01:00
UnifiedDiffFormatter.php
UnsupportedSlotDiffRenderer.php
WordAccumulator.php
WordLevelDiff.php