Skip to content

Commit

Permalink
refactor: remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 2, 2021
1 parent 6576f7b commit ea631fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Expand Up @@ -26,8 +26,6 @@ class ConstantPatcher extends AbstractPatcher
'null',
];

public static $replacement;

public function __construct()
{
$this->node_visitor = new NodeVisitor();
Expand Down
Expand Up @@ -76,8 +76,6 @@ class FunctionPatcher extends AbstractPatcher
'redirect',
];

public static $replacement;

public function __construct()
{
$this->node_visitor = new NodeVisitor();
Expand Down
Expand Up @@ -24,8 +24,6 @@ class MethodPatcher extends AbstractPatcher
if (($__ret__ = \__PatchManager__::getReturn(__CLASS__, __FUNCTION__, func_get_args())) !== __GO_TO_ORIG__) return;
EOL;

public static $replacement;

public function __construct()
{
$this->node_visitor = new NodeVisitor();
Expand Down

0 comments on commit ea631fd

Please sign in to comment.