Vedran Mihočinec

Results 4 issues of Vedran Mihočinec

I have noticed that UpdateClientCommand deletes options that were not sent and always activates client if `deactivated` flag was not sent. Example: ``` bin/console trikoder:oauth2:create-client client test --grant-type client_credentials bin/console...

enhancement

Closes #191 Array options won't be deleted if they were not sent. Client won't be activated if `deactivated` flag was not sent. Removed `deactivated`, added `active` option.

### Symfony version(s) affected 6.2.3 and 5.4.16 ### Description If we have a factory that looks like this: ```php final class ExampleFactory { public function __invoke( string $first = '',...

DependencyInjection
Bug
Status: Needs Review