David Fuhr

Results 8 comments of David Fuhr

Or one StorageExtension instance per Gateway instance

For my use case it was be solved with #529 because I had two instances of the same gateway name. But it might still be an issue if you trigger...

Refactored for PHP 5.6

Another possibility might be to make `test.each()` accept a Promise as argument

Hm. I've been thinking about this as well but I'm not sure how to represent traits in uml. Currently this code ``` php

This might resolve #3. But I do not like the filter inversion. How does it handle files actually starting with the exclamation mark (!)? I'd prefer something with separate options...

You can actually achieve this using find and xargs. This parses only php files in the current directory: ``` find ./ -maxdepth 1 -name "*.php" | xargs php-plantuml write ```

Thanks for the remark!