Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 7a4744d

Browse files
chore: Bump symfony/process to 5.4.51 (#46)
* chore: Bump symfony/process to 5.4.51 * refactor: revert autoloader change * refactor: remove symfony from composer.json
1 parent 134c612 commit 7a4744d

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

composer.lock

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/filter-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private function resolve_taxonomy( array $filter_obj, int $depth ): array {
168168
* @return array
169169
*/
170170
public function apply_recursive_filter_resolver( array $query_args, AbstractConnectionResolver $connection_resolver ): array {
171-
$args = $connection_resolver->getArgs();
171+
$args = $connection_resolver->get_args();
172172
$this->max_nesting_depth = $this->get_query_depth();
173173

174174
if ( empty( $args['filter'] ) ) {

0 commit comments

Comments
 (0)