Felix Becker

Results 505 comments of Felix Becker

Is this still an issue in the latest version?

Does it work if you write it like ```php /** @var \DBTech\Credits\Entity\Currency $currency */ $currency = DBTech::em()->findOne('DBTech\Credits:Currency', $cleanedInput['id']); ```

Could you file that as another issue?

yes, that's why this issue is open

#164 Warnings from vendor are already ignored.

@ryanbowden feel free to do a PR

@AeonDigital I appreciate the time you spent on writing this together, but why not invest that time into a PR?

Sure. Here's what it'd have to do: - Introduce a `Configuration` class - Implement `didChangeConfiguration` - Whenever it changes, change the Configuration instance - Pass the Configuration instance to the...

No, that's why this issue is open.

Side question, what is the use case for installing globally?