Skip to content

Commit 1b15d29

Browse files
johanvanheldenbarryvdh
authored andcommitted
fix the identation in the config (#817)
1 parent 3668e38 commit 1b15d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ide-helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@
189189
| Cast the given "real type" to the given "type".
190190
|
191191
*/
192-
'type_overrides' => array(
192+
'type_overrides' => array(
193193
'integer' => 'int',
194194
'boolean' => 'bool',
195-
),
195+
),
196196

197197
/*
198198
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)