This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
david-binda cde223ad2a Remove unnecessary statement
The casting of `$id` to string inside the second foreach loop in `\Symfony\Component\DependencyInjection\Dumper\PhpDumper::addMethodMap` is redundant, as the variable is not used after the casting inside nor outside the loop (while still in the loop, it gets overriden upon next iteration).

Fixes #33206
2019-08-16 17:14:15 +02:00
..
Bridge Merge branch '3.4' into 4.3 2019-08-15 11:18:47 +02:00
Bundle Merge branch '3.4' into 4.3 2019-08-15 10:50:12 +02:00
Component Remove unnecessary statement 2019-08-16 17:14:15 +02:00
Contracts Fix compatibility with PHPUnit 8 2019-08-08 12:03:27 +02:00