chore(deps): upgrade vimeo/psalm

This commit is contained in:
Ben Ramsey
2021-08-06 14:25:16 -05:00
parent c005f69d6e
commit 4511ccd7e6
15 changed files with 14 additions and 16 deletions
@@ -177,7 +177,6 @@ class SystemDceSecurityProvider implements DceSecurityProviderInterface
return '';
}
/** @var string $sid */
$sid = str_getcsv(trim((string) $response))[1] ?? '';
if (($lastHyphen = strrpos($sid, '-')) === false) {