We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4872a8 + 34d2709 commit 789ff87Copy full SHA for 789ff87
Test/ConstraintValidatorTestCase.php
@@ -94,7 +94,7 @@ protected function tearDown(): void
94
95
protected function setDefaultTimezone(?string $defaultTimezone)
96
{
97
- // Make sure this method can not be called twice before calling
+ // Make sure this method cannot be called twice before calling
98
// also restoreDefaultTimezone()
99
if (null === $this->defaultTimezone) {
100
$this->defaultTimezone = date_default_timezone_get();
0 commit comments