Joachim Løvgaard
Joachim Løvgaard
I got this exception: `Uncaught TypeError: str_repeat() expects parameter 2 to be integer, float given in /Users/loevgaard/PhpstormProjects/SyliusStockMovementPlugin/vendor/sebastian/exporter/src/Exporter.php:255` and fixed it by doing this small change.
Here is the `showAction` from the `ResourceController`: ```php public function showAction(Request $request): Response { $configuration = $this->requestConfigurationFactory->create($this->metadata, $request); $this->isGrantedOr403($configuration, ResourceActions::SHOW); $resource = $this->findOr404($configuration); $event = $this->eventDispatcher->dispatch(ResourceActions::SHOW, $configuration, $resource); $eventResponse =...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | no #### Scenario / Use-case When I use flysystem to save...
I would ❤️ to have cost price on the product variant. Would this be something you would be interested in if I create a PR?
``` PHP Fatal error: Uncaught Error: Call to a member function getRequires() on bool in /dev/code/vendor/vaimo/composer-patches/src/Patch/DefinitionList/LoaderComponents/ConstraintsComponent.php:62 Stack trace: #0 /dev/code/vendor/vaimo/composer-patches/src/Patch/DefinitionList/Loader.php(62): Vaimo\ComposerPatches\Patch\DefinitionList\LoaderComponents\ConstraintsComponent->process(Array, Array) #1 [internal function]: Vaimo\ComposerPatches\Patch\DefinitionList\Loader->Vaimo\ComposerPatches\Patch\DefinitionList\{closure}(Array, Object(Vaimo\ComposerPatches\Patch\DefinitionList\LoaderComponents\ConstraintsComponent)) #2 /dev/code/vendor/vaimo/composer-patches/src/Patch/DefinitionList/Loader.php(60): array_reduce(Array,...
Would it make sense to emit an error when seeing a `dd()` or `dump()`? I do this myself using a PHPStan extension, but just wanted to pitch the idea here...
This PR will allow users to easy copy the `require` command by clicking the 'Copy to clipboard' button provided by the GitHub interface
This is a feature request. Thank you for this library which is very useful! Would it be possible to add a method that asserts that a service id does not...
I would expect the `$container->getExtensionConfig()` to return what I have defined in `AbstractExtensionTestCase::getMinimalConfiguration()`, but it returns an empty array.