We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54912ed commit 8e96099Copy full SHA for 8e96099
rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php
@@ -44,11 +44,6 @@ final class DowngradePhp73JsonConstRector extends AbstractRector
44
*/
45
private const REFACTOR_FUNCS = ['json_decode', 'json_encode'];
46
47
- /**
48
- * @var string
49
- */
50
- private const IS_EXPRESSION_INSIDE_TRY_CATCH = 'is_expression_inside_try_catch';
51
-
52
public function __construct(
53
private readonly JsonConstCleaner $jsonConstCleaner,
54
private readonly DefineFuncCallAnalyzer $defineFuncCallAnalyzer,
0 commit comments