chore(deps-dev): remove Psalm

This commit is contained in:
Ben Ramsey
2025-05-25 14:53:53 -05:00
parent c60d906a39
commit 691c2c816e
90 changed files with 153 additions and 1741 deletions
@@ -141,10 +141,7 @@ class SystemDceSecurityProvider implements DceSecurityProviderInterface
*/
private function getOs(): string
{
/**
* @psalm-suppress UnnecessaryVarAnnotation
* @var string $phpOs
*/
/** @var string $phpOs */
$phpOs = constant('PHP_OS');
return strtoupper(substr($phpOs, 0, 3));