diff --git a/app/Traits/GetMorphClassStatic.php b/app/Traits/GetMorphClassStatic.php index 9f9cfef..1e59b43 100644 --- a/app/Traits/GetMorphClassStatic.php +++ b/app/Traits/GetMorphClassStatic.php @@ -17,6 +17,8 @@ trait GetMorphClassStatic * Get the morph class string for this class. * * @phan-suppress PhanPossiblyFalseTypeReturn + * + * @psalm-suppress ImpureMethodCall */ public static function getMorphClassStatic(): string { diff --git a/composer.json b/composer.json index 34d5f7b..e4114b3 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "spatie/laravel-ignition": "2.12.0", "spatie/ray": "1.48.0", "squizlabs/php_codesniffer": "4.0.1", - "vimeo/psalm": "7.0.0-beta17" + "vimeo/psalm": "7.0.0-beta19" }, "replace": { "felixfbecker/advanced-json-rpc": "*", diff --git a/composer.lock b/composer.lock index a2ff971..d23cb9f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a49893f2b305f9d94d0c8799241e4b55", + "content-hash": "b358fac1018ba69ad93eb359529b64da", "packages": [ { "name": "ans-group/laravel-health-check", @@ -13076,16 +13076,16 @@ }, { "name": "vimeo/psalm", - "version": "7.0.0-beta17", + "version": "7.0.0-beta19", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "a7f96f911fc869c40c48ec977e21f01a8ca534bd" + "reference": "7e751c06a756fa64dc4c759c09fe4a173afcb433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/a7f96f911fc869c40c48ec977e21f01a8ca534bd", - "reference": "a7f96f911fc869c40c48ec977e21f01a8ca534bd", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/7e751c06a756fa64dc4c759c09fe4a173afcb433", + "reference": "7e751c06a756fa64dc4c759c09fe4a173afcb433", "shasum": "" }, "require": { @@ -13109,6 +13109,7 @@ "netresearch/jsonmapper": "^5.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0", + "psalm/psalm-plugin-api": "0.1.0", "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0 || ^8.0", @@ -13131,7 +13132,7 @@ "phpstan/phpdoc-parser": "^1.6", "phpunit/phpunit": "^9.6", "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.19", + "psalm/plugin-phpunit": "^0.20.1", "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "^3.6", "symfony/process": "^6.0 || ^7.0 || ^8.0" @@ -13190,7 +13191,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2026-03-17T11:16:02+00:00" + "time": "2026-04-15T20:48:24+00:00" }, { "name": "webmozart/assert",