Skip to content

Commit ee493ad

Browse files
authored
Ignore phpstan error on future proof compatibility line
1 parent 7f1cc39 commit ee493ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapter/Doctrine/ORMAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ public function process(QueryBuilder $queryBuilder, DataTableState $state)
350350
};
351351
}
352352

353+
// @phpstan-ignore-next-line
353354
throw new InvalidConfigurationException('Provider must be a callable or implement QueryBuilderProcessorInterface');
354355
}
355356
}

0 commit comments

Comments
 (0)