Visual Console Refactor: minor fix
Former-commit-id: 0cf70df7d8c45285fb612bc09871d52f0dfdcfb7
This commit is contained in:
parent
f4ff73bee1
commit
2f397b16df
|
@ -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'])
|
||||||
|
|
Loading…
Reference in New Issue