We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47836fa commit 3410945Copy full SHA for 3410945
src/Patch/Data/Patch.php
@@ -148,17 +148,6 @@ public function getId(): string
148
return $this->id;
149
}
150
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
-
162
/**
163
* @inheritDoc
164
*/
0 commit comments