Skip to content

Commit 0e893ce

Browse files
Remove always true/false occurrences
1 parent b85d46f commit 0e893ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Constraints/CallbackValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public function testPayloadIsPassedToCallback()
246246
$constraint = new Callback(callback: $callback, payload: 'Hello world!');
247247
$this->validator->validate($object, $constraint);
248248
$this->assertEquals('Hello world!', $payloadCopy);
249-
$payloadCopy = 'Replace me!';
250249

251250
$payloadCopy = 'Replace me!';
252251
$constraint = new Callback([

0 commit comments

Comments
 (0)