Skip to content

Commit 40c2606

Browse files
author
Robin Chalas
committed
Merge branch '4.3' into 4.4
* 4.3: [FWBundle] Remove unused parameter [Intl] [Workflow] fixes English grammar typos [Filesystem] [Serializer] fixes English grammar typo [Messenger] Adding exception to amqp transport in case amqp ext is not installed [Monolog Bridge] Fixed accessing static property as non static. Improve Symfony description Add DateTimeZoneNormalizer into Dependency Injection [Messenger] Error when specified default bus is not among the configured [Validator] Add Japanese translation [Workflow] Apply the same logic of precedence between the apply() and the buildTransitionBlockerList() method Remove some unused methods parameters Avoid empty \"If-Modified-Since\" header in validation request [Security] Fix SwitchUser is broken when the User Provider always returns a valid user Fix error message according to the new regex compatibility with DoctrineBundle 2 [Validator] ConstraintValidatorTestCase: add missing return value to mocked validate method calls
2 parents d12b01c + 3330149 commit 40c2606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ public function testSymlink()
797797
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
798798
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
799799

800-
// $file does not exists right now: creating "broken" links is a wanted feature
800+
// $file does not exist right now: creating "broken" links is a wanted feature
801801
$this->filesystem->symlink($file, $link);
802802

803803
$this->assertTrue(is_link($link));

0 commit comments

Comments
 (0)