Skip to content

Commit 34d2709

Browse files
mvoriseknicolas-grekas
authored andcommitted
Fix "can not" spelling
1 parent 2bd2fdb commit 34d2709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/ConstraintValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ protected function tearDown(): void
9494

9595
protected function setDefaultTimezone(?string $defaultTimezone)
9696
{
97-
// Make sure this method can not be called twice before calling
97+
// Make sure this method cannot be called twice before calling
9898
// also restoreDefaultTimezone()
9999
if (null === $this->defaultTimezone) {
100100
$this->defaultTimezone = date_default_timezone_get();

0 commit comments

Comments
 (0)