Skip to content

Commit d78650e

Browse files
committed
Deprecated methods removed
1 parent e50e18d commit d78650e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Pointer/Evaluate/ReferenceWriteProperty.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ protected function createAdvancer()
1111
return AdvancerProperty::factory();
1212
}
1313

14-
protected function doesExist()
15-
{
16-
throw new LogicException("Deprecated method");
17-
}
18-
19-
20-
protected function performExisting()
21-
{
22-
throw new LogicException("Deprecated method");
23-
}
24-
25-
2614
protected function performNonExisting()
2715
{
2816
if (!$this->canPerformNonExisting()) {

0 commit comments

Comments
 (0)