Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Jul 8, 2024
1 parent 00cef29 commit 9016cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Common/Database/Queries/AbstractQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function get_row_by_id( int $row_id ) {
]
);

if( is_array( $query ) ) {
if ( is_array( $query ) ) {
$query = array_pop( $query );
}

Expand Down

0 comments on commit 9016cd9

Please sign in to comment.