Skip to content

Commit

Permalink
fix: Syntax errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 2, 2024
1 parent f9f196c commit 8ed3e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Constraint/QueryConstraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use PHPUnit\Framework\Exception;
use PHPUnit\Framework\Constraint\Constraint;
use Test\WPGraphQL\Logger\CodeceptLogger;
use Test\WPGraphQL\Logger\PHPUnitLogger;
use Test\WPGraphQL\Utils\Utils;
use Tests\WPGraphQL\Logger\CodeceptLogger;
use Tests\WPGraphQL\Logger\PHPUnitLogger;
use Tests\WPGraphQL\Utils\Utils;

class QueryConstraint extends Constraint {

Expand Down

0 comments on commit 8ed3e07

Please sign in to comment.