Skip to content

Commit

Permalink
fix the identation in the config (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvanhelden authored and barryvdh committed Aug 31, 2019
1 parent 3668e38 commit 1b15d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ide-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@
| Cast the given "real type" to the given "type".
|
*/
'type_overrides' => array(
'type_overrides' => array(
'integer' => 'int',
'boolean' => 'bool',
),
),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 1b15d29

Please sign in to comment.