Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole
2022-10-01 07:15:17 +02:00
39 changed files with 80 additions and 80 deletions

View File

@@ -39,7 +39,7 @@ trait ConvertsDataTypes
*
* @return int
*/
public function integer(string $field): int
public function convertInteger(string $field): int
{
return (int) $this->get($field);
}