Benedikt Franke

Results 518 comments of Benedikt Franke

I am working on getting rid of it in that one legacy project of ours 😅

@simPod Perhaps https://github.com/Yoast/PHPUnit-Polyfills?tab=readme-ov-file#phpunit--1100-yoastphpunitpolyfillspolyfillsassertarraywithlistkeys can help us.

@ruudk I think all your suggestions are valid. Would you be up to give whichever you prefer a try?

I don't see why we would have to move to PHP 8.3 just yet. Unfortunately, I am still stuck with a legacy PHP 7.4 application which uses GraphQL, so I...

I just updated my Laravel project that uses `Laravel\Nova\Resource` a lot. To install this branch, I changed `composer.json` like this: ```diff "require-dev": { ... - "friendsofphp/php-cs-fixer": "^3.61.1", + "friendsofphp/php-cs-fixer": "dev-phpdoc-types-resource-soft-reserved...

The failing test in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/actions/runs/16111616714/job/45456237691?pr=8800 seems like it has nothing to do with my changes.

Previously, the Atlassian, GitHub and Sentry MCPs I use take up a whopping 64.6k tokens. I then added `export ENABLE_EXPERIMENTAL_MCP_CLI=true` to my `.bashrc` and restarted Claude Code. The `/context` command...

The reason for this is right there in the comment: > Batch loading joins across both models By `joins` i mean an actual SQL `JOIN` statement. A single database statement...

Can you add a pull request with a failing test case?

I thought about changing the default field resolver for a while to work better with models. It sometimes does unnecessary work by calling `isset` first, because Laravel magic properties are...