From de307504aa6394ca3c1ab99646daf9387da864ee Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Wed, 15 Nov 2023 09:38:03 -0500 Subject: [PATCH] phpcs --- modules/candidate_parameters/test/candidateQueryEngineTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/candidate_parameters/test/candidateQueryEngineTest.php b/modules/candidate_parameters/test/candidateQueryEngineTest.php index 93213bf7bbe..97379b24a00 100644 --- a/modules/candidate_parameters/test/candidateQueryEngineTest.php +++ b/modules/candidate_parameters/test/candidateQueryEngineTest.php @@ -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