From b7371eab1763316c46541236cdbcd238b8018f3a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 8 Feb 2022 21:26:00 +0000 Subject: [PATCH] [ci-review] Rector Rectify --- .../Rector/ConstFetch/DowngradePhp73JsonConstRector.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php b/rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php index c5eb9addb12..ab4913be1b2 100644 --- a/rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php +++ b/rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php @@ -14,13 +14,11 @@ /** * @changelog https://www.php.net/manual/en/function.json-encode.php#refsect1-function.json-encode-changelog - * - * @see \Rector\Tests\DowngradePhp73\Rector\ConstFetch\DowngradePhp73JsonConstRector\DowngradePhp73JsonConstRectorTest */ final class DowngradePhp73JsonConstRector extends AbstractRector { /** - * @var array + * @var string[] */ private const CONSTANTS = ['JSON_THROW_ON_ERROR'];