Skip to content

Commit

Permalink
QA: upgrade codesniffer + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 13, 2023
1 parent cb448d2 commit df38584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"contributte/console": "^0.9.1",
"mockery/mockery": "^1.3.5",
"ninjify/qa": "^0.12",
"ninjify/qa": "^0.13",
"ninjify/nunjuck": "^0.4",
"phpstan/phpstan": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Events/ContainerAwareEventManager.php
Expand Up @@ -56,7 +56,7 @@ public function getListeners($event = null): array

return $stack;
}

/**
* @return object[]|object[][]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Events/DebugEventManager.php
Expand Up @@ -35,7 +35,7 @@ public function getListeners($event = null): array
{
return $this->inner->getListeners($event);
}

/**
* @return object[]|object[][]
*/
Expand Down

0 comments on commit df38584

Please sign in to comment.