From 11ea892447034ed6df6ae692390735921da7e976 Mon Sep 17 00:00:00 2001 From: Philip Nelson Date: Tue, 12 Dec 2017 22:03:34 +1100 Subject: [PATCH] missed these files in previous commit - fix expected tests due to fixed bug in array values --- .../cases/arrayValueShouldBeBoolean.php.expected.json | 2 +- tests/Validation/cases/magicConsts.php.expected.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,