Skip to content

Commit

Permalink
fix: phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 12, 2023
1 parent 399d2f7 commit 8b8120e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Actions/Post/Posted.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Posted extends Action

/**
* @param Webhook $webhook
* @param \Flarum\Post\Event\Posted $event
* @param \Flarum\Post\Event\Posted|\Flarum\Approval\Event\PostWasApproved $event
*
* @return Response
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Adapters/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract class Adapter
/**
* Exception to use on request errors.
*
* @var \Exception
* @var string
*/
protected $exception;

Expand Down

0 comments on commit 8b8120e

Please sign in to comment.