Philipp Scheit
Philipp Scheit
just saying that I was surprised that it didn't had any effect on the diff output - before reading the docs. @staabm yes, you are right. I did the screenshot...
symlinked in /etc/profile.d/claude-direnv.sh ```bash if command -v direnv >/dev/null 2>&1; then if [ -n "$CLAUDECODE" ]; then eval "$(DIRENV_LOG_FORMAT= direnv export bash)" fi fi ``` works well enough for me...
Are PRs welcome here? Although this might be a BC break?
@theofidry thanks! i got everything now to debug this, no need to keep this open / unchanged anymore
Yeah, its always like this, if you start without phpstan its really hard to get started with it. But wanted to test the waters first, before diving into it entirely....
for example: ```php class WireMock { /** @var string */ private $hostname; /** @var int */ private $port; /** @var HttpWait */ private $httpWait; /** @var Curl */ private $curl;...
PHP 7.4 sounds good. Especially that stitcher articles was discussed from Brent recently: its really amazing how authors are trying to be backwards compatible - but maybe shouldn't :) https://www.youtube.com/watch?v=Z4b5gqKSZmA...
oh by docblock i just meant @param @var etc etc > Do you think you could submit a PR that bumps the minimum requirement to PHP 7.4 and replaces the...
Unless you want to go full beast mode.. This is possible, too :D
Aijaijai, this is more difficult than I thought. It was way more code to fix, and could only fix src/Wiremock (excluding Serde and SerdeGen classes). Took me a while to...