wiki.techinc.nl/includes/CommentFormatter
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
..
CommentBatch.php
CommentFormatter.php
CommentItem.php
CommentParser.php Add explicit casts between scalar types 2022-03-01 18:19:33 +01:00
CommentParserFactory.php
RevisionCommentBatch.php
RowCommentFormatter.php
RowCommentIterator.php
StringCommentIterator.php