fix the identation in the config (#817)

This commit is contained in:
Johan van Helden
2019-08-31 12:53:08 +02:00
committed by Barry vd. Heuvel
parent 3668e3821a
commit 1b15d2930b
+2 -2
View File
@@ -189,10 +189,10 @@ return array(
| Cast the given "real type" to the given "type". | Cast the given "real type" to the given "type".
| |
*/ */
'type_overrides' => array( 'type_overrides' => array(
'integer' => 'int', 'integer' => 'int',
'boolean' => 'bool', 'boolean' => 'bool',
), ),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------