🤖 Auto commit for release 'develop' on 2025-11-09

This commit is contained in:
JC5
2025-11-09 09:11:55 +01:00
parent 68183a0a0e
commit a498169148
78 changed files with 183 additions and 179 deletions

View File

@@ -51,9 +51,11 @@ trait AppendsLocationData
/**
* Abstract method stolen from "InteractsWithInput".
*
* @param bool $default
* @param bool $default
* @param null|mixed $key
*
* @return mixed
*
* @SuppressWarnings("PHPMD.BooleanArgumentFlag")
*/
abstract public function boolean($key = null, $default = false);

View File

@@ -274,6 +274,7 @@ trait ConvertsDataTypes
if ('y' === $value) {
return true;
}
return '1' === $value;
}