Skip to content

Commit a663564

Browse files
committed
Remove some unused code for now. This may come back in some form.
1 parent f025fbb commit a663564

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/FreeDSx/Ldap/Operation/Request/SyncRequest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class SyncRequest extends SearchRequest
1313
{
1414
private ?Closure $syncIdSetHandler = null;
1515

16-
private ?Closure $phaseChangeHandler = null;
17-
1816
public function __construct(
1917
?FilterInterface $filter = null,
2018
string|Attribute ...$attributes
@@ -36,16 +34,4 @@ public function getIdSetHandler(): ?Closure
3634
{
3735
return $this->syncIdSetHandler;
3836
}
39-
40-
public function usePhaseChangeHandler(?Closure $phaseChangeHandler): self
41-
{
42-
$this->phaseChangeHandler = $phaseChangeHandler;
43-
44-
return $this;
45-
}
46-
47-
public function getPhaseChangeHandler(): ?Closure
48-
{
49-
return $this->phaseChangeHandler;
50-
}
5137
}

0 commit comments

Comments
 (0)