wiki.techinc.nl/includes/specials/forms
Umherirrender 9efd9ca45e Add explicit casts between scalar types
* Some functions accept only string, cast ints and floats to string
* After preg_matches or explode() casts numbers to int to do maths
* Cast unix timestamps to int to do maths
* Cast return values from timestamp format function to int
* Cast bitwise operator to bool when needed as bool

* php internal functions like floor/round/ceil documented to return
  float, most cases the result is used as int, added casts

Found by phan strict checks

Change-Id: Icb2de32107f43817acc45fe296fb77acf65c1786
2022-03-01 18:19:33 +01:00
..
EditWatchlistNormalHTMLForm.php Add explicit casts between scalar types 2022-03-01 18:19:33 +01:00
PreferencesFormOOUI.php
UploadForm.php Try not to discard Excimer timeout exceptions 2022-02-02 16:27:44 +11:00