Lorenz Schäfer
Lorenz Schäfer
Maybe this is what you are looking for? https://www.jetbrains.com/help/phpstorm/symfony-creating-helper-functions.html
I could get a demo working with the same issue but a different error message. However, psalm.dev does not let me share the link, as "there is too much code"....
Same here. Using: PHP 8.2 mariadb 10.8.3. phpunit 9.6.3 symfony: 6.2 doctrine: 2.14 test-fixtures-bundle 2.6.0 ```php public function setUp(): void { parent::setUp(); $this->client = static::createClient(); $this->databaseTool = static::getContainer()->get(DatabaseToolCollection::class)->get(); } public...
It looks like you are using a release of the scenario files that doesn't match de XRechnung version of your example file. The example file seems to be xrechnung 2.0,...
Wir generieren Stornos wie Gutschriften, das heisst positive Einzelpreise und negative Mengenangaben. Das Resultat ist dann ein negativer Gesamtbetrag.
@phax richtig
I just ran into the same issue. The problem is, that the `toArray` method of `MultiSearchFederation` returns an empty array, which php by default encodes as a json array, not...
This looks very interesting, I'm looking forward to using this component! I recently built a wizard in my project, where the steps vary based on user choices. To take up...