Skip to content

Commit 789ff87

Browse files
minor #43299 Fix "can not" spelling (mvorisek)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix "can not" spelling | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 28a438eed4 Fix "can not" spelling
2 parents c4872a8 + 34d2709 commit 789ff87

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)