Skip to content

Commit a41ab96

Browse files
committed
fix psalm
1 parent 50e8c3d commit a41ab96

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"vimeo/psalm": "5.6.0",
3737
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
3838
"phpcompatibility/php-compatibility": "9.3.5",
39-
"cyclonedx/cyclonedx-php-composer": "3.10.2",
39+
"cyclonedx/cyclonedx-php-composer": "3.11.0",
4040
"php-http/guzzle7-adapter": "1.0.0",
41-
"sentry/sentry": "3.13.0"
41+
"sentry/sentry": "3.13.1"
4242
},
4343
"config": {
4444
"platform": {

composer.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Formatter/Exception/NamespaceShrinker.php

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ public function shrink(string $fqn): string
1818
}
1919
}
2020

21+
/**
22+
* @param non-empty-string $separator
23+
*/
2124
public function shrinkUsingSeparator(string $fqn, string $separator): string
2225
{
2326
$parts = explode($separator, $fqn);

0 commit comments

Comments
 (0)