Dezső BICZÓ
Dezső BICZÓ
> The commit [c1c3a2fd143e78ccfe8ec4363d42edcc46e3fdfa](https://github.com/minkphp/MinkBrowserKitDriver/commit/c1c3a2fd143e78ccfe8ec4363d42edcc46e3fdfa#diff-128b8722040e93691d23afd7f5f72ab1ae465c73b8ec5830266cd0e5a99d4fbbR409) narrowed the type from no type to string This was a problematic change for sure, the related Drupal core [commit](https://git.drupalcode.org/project/drupal/-/commit/6d9a73fe7ad128063f36c16a96cd492e2e87d642#d1a5997ea96d08e801783e8375f506af300df1d5) also confirms that (check all forced...
In addition, the requested "security hardenings" in [#86] could be achieved by excluding those files from the scaffolded ones via Drupal Scaffold plugin config: https://www.drupal.org/docs/develop/using-composer/using-drupals-composer-scaffold#toc_6 So the requested hardenings does...
Is this still happening on 2.0.0-rc2?
Thanks for this PR, the Webhook component deserves a high quality and detailed documentation!
Proof: https://git.drupalcode.org/project/view_usernames/-/jobs/3484956 https://git.drupalcode.org/project/view_usernames/-/blob/e462bbc4eed242223d02c41a5c404f4bf69fa7cb/phpstan-baseline.neon and the manually fixed baseline: https://git.drupalcode.org/project/view_usernames/-/blob/1.0.0/phpstan-baseline.neon?ref_type=tags
Option 2 extension, how about looping through every directory in web/modules/custom, opening the directories and running phpstan in them? That would eliminate the hardcoded module name problem and also the...
> Probably requires a lot of maintainer interaction to change phpstan.neon. The bundled phpstan command could handle this in two ways: 1. Automatically update the existing `phpstan.neon` file with the...
Yes, it does, I mean the underlying league/oauth2-client library supports that. ``` $provider = new TheNetworg\OAuth2\Client\Provider\Azure([ 'tenant' => $tenantId, 'clientId' => $clientId, // 'client_secret' => $clientSecret, 'scope' => 'https://management.azure.com/.default', ]);...
@cweagans What do you think - could this be added to the 1.x branch? Even setting aside the recent GitHub rate-limiting changes that may have triggered this need, the broader...
It worth mentioning that 2.0.0 stable just got released, so it is a real alternative now https://github.com/cweagans/composer-patches/releases/tag/2.0.0