mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
More return types..
This commit is contained in:
@@ -401,6 +401,8 @@ class NoteService {
|
||||
/**
|
||||
* @param string $userId
|
||||
* @param int $id
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function destroy (string $userId, int $id) {
|
||||
// Get Note and Color
|
||||
|
||||
Reference in New Issue
Block a user