Skip to content
Snippets Groups Projects
Unverified Commit 21ca5d45 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

silence psalm false positive

parent f9484d15
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,8 @@ abstract class AbstractMapping {
$slice++;
$fdnsSlice = array_slice($fdns, $sliceSize * ($slice - 1), $sliceSize);
/** @see https://github.com/vimeo/psalm/issues/4995 */
/** @psalm-suppress TypeDoesNotContainType */
if (!isset($qb)) {
$qb = $this->prepareListOfIdsQuery($fdnsSlice);
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment