Skip to content

Commit

Permalink
ci(psalm): update psalm to gain a bug fix
Browse files Browse the repository at this point in the history
otherwise we would see:
ERROR: UndefinedClass - lib/Event/AbstractRowEvent.php:12:22 - Class, interface or enum named OCP\EventDispatcher\IWebhookCompatibleEvent does not exist (see https://psalm.dev/019)
if (interface_exists(\OCP\EventDispatcher\IWebhookCompatibleEvent::class)) {

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jul 17, 2024
1 parent 99130f9 commit 92a2a12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nextcloud/ocp": "dev-master",
"staabm/annotate-pull-request-from-checkstyle": "^1.8",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.18",
"psalm/phar": "^5.25",
"bamarni/composer-bin-plugin": "^1.8"
},
"config": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92a2a12

Please sign in to comment.