Skip to content

Commit e3702e2

Browse files
authored
chore: Remove unnecessary psalm suppress
1 parent d281abc commit e3702e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/Bolt/ProtocolFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class ProtocolFactory
3333
public function createProtocol(IConnection $connection, AuthenticateInterface $auth, string $userAgent): array
3434
{
3535
$boltOptoutEnv = getenv('BOLT_ANALYTICS_OPTOUT');
36-
/** @psalm-suppress RiskyTruthyFalsyComparison */
3736
if ($boltOptoutEnv === false) {
3837
putenv('BOLT_ANALYTICS_OPTOUT=1');
3938
}

0 commit comments

Comments
 (0)