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
Bastien Jaillot a91ac74906 [Cache] Prevent notice on case matching metadata trick
On saving an array of one element with a int key of strlen 10
it matches the first conditions of the trick used to save metadata.

> Notice: Trying to access array offset on value of type int

Casting it to string fixes it.
2020-12-10 08:50:50 +01:00
..
Bridge [PhpUnitBridge] CS fix 2020-12-09 19:44:45 +01:00
Bundle Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Component [Cache] Prevent notice on case matching metadata trick 2020-12-10 08:50:50 +01:00
Contracts Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00