Skip to content

Commit

Permalink
Fixing QA
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 4, 2021
1 parent fb6f84c commit d1d295f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.mypy_cache
/vendor
/composer.lock
tests/*/output
2 changes: 1 addition & 1 deletion src/Subscribers/ApplicationSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(
}

/**
* @return array<string, mixed>
* {@inheritDoc}
*/
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion src/Subscribers/AsyncClientSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function __construct(
}

/**
* @return array<string, mixed>
* {@inheritDoc}
*/
public static function getSubscribedEvents(): array
{
Expand Down

0 comments on commit d1d295f

Please sign in to comment.