Skip to content

Commit

Permalink
Avoid too specific psalm annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Mar 4, 2022
1 parent 38dac07 commit d2852a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Listener/FileCreatedFromTemplateListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@
namespace OCA\Richdocuments\Listener;


use OCA\Richdocuments\AppInfo\Application;
use OCA\Richdocuments\TemplateManager;
use OCP\EventDispatcher\Event;
use OCP\EventDispatcher\IEventListener;
use OCP\Files\Template\FileCreatedFromTemplateEvent;
use OCP\IConfig;

/** @template-implements IEventListener<FileCreatedFromTemplateEvent> */
class FileCreatedFromTemplateListener implements IEventListener {

/** @var TemplateManager */
Expand Down

0 comments on commit d2852a4

Please sign in to comment.