wiki.techinc.nl/includes/diff
Umherirrender 1f71eccf63 phan: Disable null_casts_as_any_type setting
Make phan stricter about null types by setting null_casts_as_any_type to
false (the default in mediawiki-phan-config)
Remaining false positive issues are suppressed.
The suppression and the setting change can only be done together

Bug: T242536
Bug: T301991
Change-Id: I0f295382b96fb3be8037a01c10487d9d591e7e01
2022-03-21 18:25:07 +00: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
DifferenceEngine.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00: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
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