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.
2 parents c46d37d + 375338c commit bfc3fd8Copy full SHA for bfc3fd8
src/mine-generator/Stubs/Tree/service.stub
@@ -86,7 +86,7 @@ class {CLASS_NAME} extends AbstractService
86
* @param array $data
87
* @return bool
88
*/
89
- public function update(int $id, array $data): bool
+ public function update(mixed $id, array $data): bool
90
{
91
return $this->mapper->update($id, $this->handleData($data));
92
}
0 commit comments