File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,5 +2,3 @@ parameters:
22 level : 5
33 paths :
44 - src
5- includes :
6- - phpstan-baseline.neon
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class OrderByWalker extends TreeWalkerAdapter
3434 * Walks down a SelectStatement AST node, modifying it to
3535 * sort the query like requested by url
3636 */
37- public function walkSelectStatement (SelectStatement $ AST ): string
37+ public function walkSelectStatement (SelectStatement $ AST ): void
3838 {
3939 $ query = $ this ->_getQuery ();
4040 $ fields = (array )$ query ->getHint (self ::HINT_PAGINATOR_SORT_FIELD );
@@ -90,7 +90,5 @@ public function walkSelectStatement(SelectStatement $AST): string
9090 $ AST ->orderByClause = new OrderByClause ([$ orderByItem ]);
9191 }
9292 }
93-
94- return '' ;
9593 }
9694}
You can’t perform that action at this time.
0 commit comments