Florian Weber

Results 17 issues of Florian Weber

Hi, i think i found the bug. The handling of default options is wrong. Because of the order the options are loaded rsync.rb overwrites all options that are already defined....

(I found/tested this issue with drupal-check 1.4.0) I wanted to write type-definitions for a custom FieldItem class, so I can use ``$item->my_custom_field_property`` properties in my code. I read in https://github.com/mglaman/phpstan-drupal/issues/359...

Lets add https://www.drupal.org/node/2764267 to the composer.json by default once its fixed in core.

composer.json
feature request

I wrote a setup class, which provides some configuration options prior project initialization and deletes itself afterwards. This could be interesting for the composer initiative, or evaluator experience. We could...

This is to support the same structure as currently in the tarball. - modules/README.txt - profiles/README.txt - sites/README.txt - themes/README.txt

This is helpful in classes with \Drupal\Core\DependencyInjection\ContainerInjectionInterface for example controllers.

Related to https://github.com/webflo/drupal-finder/pull/64 --- - Make DrupalFinder class as deprecated - New class DrupalFinderComposerRuntime (please provide better names for this class) - Keeps tests for both classes @weitzman Please review....

Extends https://github.com/webflo/drupal-finder/pull/41

I think it makes sense to decouple the webserver configuration from php::fpm::fastcgi and php::fpm::service for more flexibility. I am not sure if this is a good approach to do this....