Skip to content

Commit

Permalink
Remove always true/false occurrences
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Oct 23, 2024
1 parent b85d46f commit 0e893ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Constraints/CallbackValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ public function testPayloadIsPassedToCallback()
$constraint = new Callback(callback: $callback, payload: 'Hello world!');
$this->validator->validate($object, $constraint);
$this->assertEquals('Hello world!', $payloadCopy);
$payloadCopy = 'Replace me!';

$payloadCopy = 'Replace me!';
$constraint = new Callback([
Expand Down

0 comments on commit 0e893ce

Please sign in to comment.