Skip to content

Commit

Permalink
fix: Add LoadEditor event to PHP stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody authored and juliushaertl committed Jun 27, 2024
1 parent d12e1e7 commit 9f8933f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/stub.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,8 @@ namespace Symfony\Component\Console\Command {
public function __construct();
public function setName(string $name);
}
}

namespace OCA\Text\Event {
class LoadEditor extends \OCP\EventDispatcher\Event {}
}

0 comments on commit 9f8933f

Please sign in to comment.