Ruud Kamphuis
Ruud Kamphuis
First of all, your plugin rocks! Saves my ass every day. Just put in an order for Ultimate. Thanks! | Subject | Details | | :------------- | :---------------------------------------------------------------------------- | |...
I just tried to use the new `disallowedClass` alias for `disallowedNamespace` which looks great. But it now produces 2 errors instead of 1 in the baseline: ```diff + - +...
It would be great if I could enforce some rules that only apply in some directories. Currently, the only way to get that working is to construct a list of...
When I set a variable in Twig using `set` and define the type with `@var` the plugin doesn't understand its type: ```twig {# @var website \App\Website #} {% set website...
Would be great to be able to connect over a bastion SSH host to the actual database.
When using the new Symfony 6.1 `AbstractBundle` introduced in https://github.com/symfony/symfony/pull/43701 I'm getting the following error: ```php final class GraphQLBundle extends AbstractBundle { public function configure(DefinitionConfigurator $definition) : void { $definition...
The goal is to use the extension without having to provide a `objectManagerLoader`. The base functionality was added in https://github.com/phpstan/phpstan-doctrine/pull/253. Because `EntityColumnRule` uses `DescriptorRegistry` and that uses DBAL's `Type::getTypesMap` we...
I'm using DEGIRO with a EUR account. That means that all costs are done in EUR. But the transactions I do can be done in USD. When trying to add...
Would be nice to be able to upgrade to colinodell/json5 v2.1
I'm coming from `Behat/Symfony2Extension` and was reading the differences here: https://github.com/FriendsOfBehat/SymfonyExtension/blob/master/docs/04_bs2e_differences.md#isolated-driver I don't fully understand it. Does `FriendsOfBehat/SymfonyExtension` have fully isolated contexts from the driver? Or does `Behat/Symfony2Extension` have it?...