Petr Kadlec
Petr Kadlec
Ok, I can add my point of view. Removing these properties from `Order` make sense to me.
I have tried remove transport and payment from order and I found problem. Some shops do not have trasnport and payment like item in order. It is only property of...
I have another example from real project. This project has more different transports. I dont want use `Order::getTransport()`, but it is really hard to do it, because this getter is...
This deprecations caused problems on our GitlabCI - output was too big and job failed. Our workaround: ```diff diff --git a/build.xml b/build.xml index 564365260..eee6c4c1a 100644 --- a/build.xml +++ b/build.xml @@...
It is not stale, filepaths are still meaningless...
I want this... I implemented it In few days ago for my private project... I hope I prepare PR soon.
probably It is caused by deprecated class alias `Twig_Extension`. Related to issue #900
stale bot, I want this cookbook. It is nice example for newbie.
I see `config/parameters` what is it? Part of `services.yml` is parameters, but for me It is part of services (it is overrided parameters for services...) I dont want separate this...
Nope... It will be still inconsistent, because some definitions of services will be in two different places/directories. And yes, some changes are easier then another, but for close of this...