diff --git a/config/ide-helper.php b/config/ide-helper.php index e60a909..24a6e28 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -151,7 +151,7 @@ return array( | */ 'type_overrides' => array( - // 'integer' => 'int', - // 'boolean' => 'bool', + 'integer' => 'int', + 'boolean' => 'bool', ), );