When two services share an interface, Symfony resolves the ambiguity using the parameter name, which makes a rename a behaviour change. A parameter name becoming part of the…
For InnoDB, OPTIMIZE TABLE is mapped to an ALTER TABLE … FORCE, which copies the whole table. The friendly name is the problem: it sounds like a maintenance…
Inheritance is constrained in one direction only, which means a readonly base cannot be subverted and a mutable base can still be tightened. The symmetry is the surprise:…
Suspense works for lazy-loaded components and there is no supported way to suspend on a data fetch in application code. Throwing a promise is what the libraries do…