Skip to content

Commit 8e96099

Browse files
committed
cs
1 parent 54912ed commit 8e96099

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ final class DowngradePhp73JsonConstRector extends AbstractRector
4444
*/
4545
private const REFACTOR_FUNCS = ['json_decode', 'json_encode'];
4646

47-
/**
48-
* @var string
49-
*/
50-
private const IS_EXPRESSION_INSIDE_TRY_CATCH = 'is_expression_inside_try_catch';
51-
5247
public function __construct(
5348
private readonly JsonConstCleaner $jsonConstCleaner,
5449
private readonly DefineFuncCallAnalyzer $defineFuncCallAnalyzer,

0 commit comments

Comments
 (0)