File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
src/PaginatorApplier/Implementation Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 44
55* build: exclude buggy ` symfony/property-info ` ,
66 https://github.com/symfony/symfony/issues/57634
7+ * fix: remove ` api_lite_rekapager ` check in ` RekapagerPageablePaginatorApplier `
78
89## 0.7.2
910
Original file line number Diff line number Diff line change @@ -35,16 +35,6 @@ public function applyPaginator(
3535 Operation $ operation ,
3636 array $ context ,
3737 ): iterable {
38- /** @psalm-suppress InternalMethod */
39- $ extraProperties = $ operation ->getExtraProperties () ?? [];
40-
41- /** @var bool */
42- $ isEnabled = $ extraProperties ['api_lite_rekapager ' ] ?? false ;
43-
44- if (!$ isEnabled ) {
45- throw new UnsupportedObjectException ($ this , $ object );
46- }
47-
4838 /** @psalm-suppress DocblockTypeContradiction */
4939 if (!$ object instanceof PageableInterface) {
5040 /** @psalm-suppress NoValue */
You can’t perform that action at this time.
0 commit comments