Skip to content

Commit 9e976f4

Browse files
committed
minor #10184 added a space before "=" in code (scuben)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10184). Discussion ---------- added a space before "=" in code <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f569614 added a space before "=" in code
2 parents 682e659 + f569614 commit 9e976f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ then the lock is considered as acquired; otherwise as not acquired::
248248

249249
$stores = [];
250250
foreach (array('server1', 'server2', 'server3') as $server) {
251-
$redis= new \Redis();
251+
$redis = new \Redis();
252252
$redis->connect($server);
253253

254254
$stores[] = new RedisStore($redis);

0 commit comments

Comments
 (0)