diff --git a/tests/Validation/cases/arrayValueShouldBeBoolean.php.expected.json b/tests/Validation/cases/arrayValueShouldBeBoolean.php.expected.json index 1f40635..f0cdb24 100644 --- a/tests/Validation/cases/arrayValueShouldBeBoolean.php.expected.json +++ b/tests/Validation/cases/arrayValueShouldBeBoolean.php.expected.json @@ -36,7 +36,7 @@ }, "containerName": "A" }, - "type__tostring": "string[]", + "type__tostring": "bool[]", "type": {}, "declarationLine": "protected $foo;", "documentation": null, diff --git a/tests/Validation/cases/magicConsts.php.expected.json b/tests/Validation/cases/magicConsts.php.expected.json index 545f1cb..27608e5 100644 --- a/tests/Validation/cases/magicConsts.php.expected.json +++ b/tests/Validation/cases/magicConsts.php.expected.json @@ -40,7 +40,7 @@ }, "containerName": "A" }, - "type__tostring": "\\__CLASS__[]", + "type__tostring": "bool[]", "type": {}, "declarationLine": "private static $deprecationsTriggered;", "documentation": null,