Skip to content

Commit 7ec8c4b

Browse files
committed
fix stan
1 parent 47a75b1 commit 7ec8c4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/QueueManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public static function setConfig(string|array $key, ?array $config = null): void
9494
}
9595

9696
if (isset(static::$_config[$key])) {
97-
/** @psalm-suppress PossiblyInvalidArgument */
9897
throw new BadMethodCallException(sprintf('Cannot reconfigure existing key `%s`', $key));
9998
}
10099

@@ -134,7 +133,6 @@ public static function setConfig(string|array $key, ?array $config = null): void
134133
Cache::setConfig($config['uniqueCacheKey'], $cacheConfig);
135134
}
136135

137-
/** @psalm-suppress InvalidPropertyAssignmentValue */
138136
static::$_config[$key] = $config;
139137
}
140138

0 commit comments

Comments
 (0)