diff --git a/config/ide-helper.php b/config/ide-helper.php index 2a24d78..3c810b0 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -189,10 +189,10 @@ return array( | Cast the given "real type" to the given "type". | */ - 'type_overrides' => array( + 'type_overrides' => array( 'integer' => 'int', 'boolean' => 'bool', - ), + ), /* |--------------------------------------------------------------------------