Skip to content

Commit e28d834

Browse files
authored
Update src/Data/Connection/AbstractConnectionResolver.php
1 parent 97e4c99 commit e28d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Connection/AbstractConnectionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public function get_page_info() {
832832
* @return static
833833
*/
834834
public function set_query_arg( $key, $value ) {
835-
if ( ! empty( $this->query_args[ $key ] ) && is_array( $this->query_args[ $key ] ) ) {
835+
if ( ! empty( $this->query_args[ $key ] ) && is_array( $this->query_args[ $key ] ) ) {
836836
if ( ! is_array( $value ) ) {
837837
$value = [ $value ];
838838
}

0 commit comments

Comments
 (0)