| 166288e3 | 15-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
cast int for addIndexKey()
Does it solve scrutinizer inspection? The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on
cast int for addIndexKey()
Does it solve scrutinizer inspection? The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on line 73 which is incompatible with the return type documented by ``dokuwiki\Search\AbstractIndex::getPID`` of type ``integer|false``.
show more ...
|