uncommented defaults

This commit is contained in:
Andrew Ellis
2016-08-24 14:23:02 -06:00
committed by GitHub
parent ad800d197f
commit b75f879383
+2 -2
View File
@@ -151,7 +151,7 @@ return array(
|
*/
'type_overrides' => array(
// 'integer' => 'int',
// 'boolean' => 'bool',
'integer' => 'int',
'boolean' => 'bool',
),
);