Skip to content

Commit 3410945

Browse files
committed
src/Patch/Data/Patch.php
1 parent 47836fa commit 3410945

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Patch/Data/Patch.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,6 @@ public function getId(): string
148148
return $this->id;
149149
}
150150

151-
/**
152-
* Set the ID
153-
*
154-
* @return $this
155-
*/
156-
public function setId($id): string
157-
{
158-
$this->id = $id;
159-
return $this;
160-
}
161-
162151
/**
163152
* @inheritDoc
164153
*/

0 commit comments

Comments
 (0)