Update PHPDOC blocks defined return types where bool was declared and only false was returned

This commit is contained in:
DariusIII
2018-08-03 14:41:10 +02:00
parent b9934f5f34
commit b7daf85399
39 changed files with 141 additions and 577 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class Predb extends Model
*
* @param string $cleanerName
*
* @return array|bool Array with title/id from PreDB if found, bool False if not found.
* @return array|false Array with title/id from PreDB if found, false if not found.
*/
public static function matchPre($cleanerName)
{