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
+4 -3
View File
@@ -166,9 +166,10 @@ class Settings extends Model
* either the value is passed to Settings::dottedToArray() for conversion. Otherwise the
* value is returned unchanged.
*
* @param $setting array|bool
*
* @return array|bool
* @param $setting
*
* @return array|false
*/
public static function settingToArray($setting)
{
@@ -207,7 +208,7 @@ class Settings extends Model
/**
* @param $setting
*
* @return array|bool
* @return array|false
*/
protected static function dottedToArray($setting)
{