wiki.techinc.nl/tests/phan/stubs
Tobias Gritschacher 76e64c3afe Introduce config var for moved-paragraph-detection threshold
This introduces a configuration variable for the bailout threshold for
the moved-paragraph-detection in wikidiff2.
This allows to rollout a new version of wikidiff2 that supports
detecting changes in moved paragraphs without changing behaviour of all
wikis in production as the default value of the setting (0) will leave the
new feature disabled.
Compatibility with older versions of wikidiff2 is retained by checking for
the version number of wikidiff2 and calling the method without the 4th
parameter if the version is < 0.3.0.

Bug: T166571
Change-Id: Ic01054354a4fbba410e58c9873edcbde797f883d
2017-07-18 11:07:04 +02:00
..
hhvm.php
mail.php PHAN: conditionally load stubs 2017-01-23 17:40:09 +01:00
memcached.php PHAN: load stubs from phpstorm-stubs library 2017-01-30 16:25:47 +00:00
README
tideways.php PHAN: Add tideways stub 2017-01-30 16:25:59 +00:00
wikidiff.php Introduce config var for moved-paragraph-detection threshold 2017-07-18 11:07:04 +02:00

These stubs describe how code that is not available at analysis time should be
used. No implementations are necessary, just define the classes and their
methods and use phpdoc to describe what arguments are allowed.