Sergei Predvoditelev
Sergei Predvoditelev
It's already available in `LikeCondition::fromArrayDefinition()`, but not available in `new LikeCondition()`. Will be good add new parameter to constructor 👍 But here's what confused me: - empty array means that...
> Why would we have these? Shouldn't we remove such assignments when role/permission is removed? It's actual for case when roles keep in PHP storage and assignments in DB storage....
What is case when need type without size?
> Can you please squash your commits into one and remove empty parentheses when calling `format()`? done
> How about consistency? Would it be the same for all other tags? All other tags extends `NormalTag` or `VoidTag`.
Done by #241
Suggestion looks good.
Instead `only` need to use `filter` option, that use `PathMatcherInterface`. Need to fix docs.
Transport implementation used with base package only. So it's OK when package with transport implementation depends from base package. I'm planned extract PSR transport in separate package. This will remove...
`ViewRenderer` has 3 mandatory dependencies: - `DataResponseFactoryInterface` - `Aliases` - `WebView` It's very inconvenient to create all this. Maybe we should to create `ViewRendererInterface`?