Visual Console Refactor: minor fix

Former-commit-id: 0cf70df7d8c45285fb612bc09871d52f0dfdcfb7
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-23 13:16:33 +02:00
parent f4ff73bee1
commit 2f397b16df
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ final class Group extends Item
* *
* @return boolean If the statistics should be shown or not. * @return boolean If the statistics should be shown or not.
*/ */
private static function extractShowStatistics(array $data): boolean private static function extractShowStatistics(array $data): bool
{ {
return static::parseBool( return static::parseBool(
static::issetInArray($data, ['showStatistics', 'show_statistics']) static::issetInArray($data, ['showStatistics', 'show_statistics'])