Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Nov 15, 2023
1 parent 3109701 commit de30750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ public function testRegistrationProjectMatches()
$this->assertMatchAll($result);

$result = $this->engine->getCandidateMatches(
new QueryTerm($candiddict, new NotEqual("TestProject"))
new QueryTerm($candiddict, new NotEqual("TestProject"))
);
$this->assertTrue(is_array($result));
assert(is_array($result)); // for phan to know the type
Expand Down

0 comments on commit de30750

Please sign in to comment.