Skip to content

Commit 4032c4c

Browse files
committed
- composer fix-cs
1 parent 36b9475 commit 4032c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Connection/AbstractConnectionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function __construct( $source, array $args, AppContext $context, ResolveI
170170
* @todo This exists for b/c, where extenders may be directly accessing `$this->args` in ::get_loader() or even `::get_args()`.
171171
* We can remove this once the rest of lifecyle has been updated.
172172
*/
173-
$this->args = $args;
173+
$this->args = $args;
174174

175175
// Bail if the Post->ID is empty, as that indicates a private post.
176176
if ( $source instanceof Post && empty( $source->ID ) ) {
@@ -273,7 +273,7 @@ abstract public function get_query();
273273
* @return bool
274274
*/
275275
abstract public function should_execute();
276-
276+
277277
/**
278278
* The maximum number of items that should be returned by the query.
279279
*

0 commit comments

Comments
 (0)