Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 8, 2022
1 parent fb7b972 commit b7371ea
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>
* @var string[]
*/
private const CONSTANTS = ['JSON_THROW_ON_ERROR'];

Expand Down

0 comments on commit b7371ea

Please sign in to comment.