Skip to content

Commit 86b02bc

Browse files
committed
Remove the setters; they should not be needed.
1 parent 18fefe6 commit 86b02bc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/FreeDSx/Ldap/Control/Sync/SyncDoneControl.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,11 @@ public function getCookie(): ?string
5757
return $this->cookie;
5858
}
5959

60-
public function setCookie(?string $cookie): self
61-
{
62-
$this->cookie = $cookie;
63-
64-
return $this;
65-
}
66-
6760
public function getRefreshDeletes(): bool
6861
{
6962
return $this->refreshDeletes;
7063
}
7164

72-
public function setRefreshDeletes(bool $refreshDeletes): self
73-
{
74-
$this->refreshDeletes = $refreshDeletes;
75-
76-
return $this;
77-
}
78-
7965
/**
8066
* {@inheritdoc}
8167
*/

0 commit comments

Comments
 (0)