Skip to content
Snippets Groups Projects
Commit 1b1ba89a authored by Billy Griffiths's avatar Billy Griffiths
Browse files

remove the comma causing the codestyle error

parent d98ac562
No related branches found
No related tags found
No related merge requests found
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="uAfrica" />
</state>
</component>
\ No newline at end of file
...@@ -16,7 +16,7 @@ class ShippingInformationManagement ...@@ -16,7 +16,7 @@ class ShippingInformationManagement
public CartRepositoryInterface $cartRepository; public CartRepositoryInterface $cartRepository;
public function __construct( public function __construct(
CartRepositoryInterface $cartRepository, CartRepositoryInterface $cartRepository
) )
{ {
$this->cartRepository = $cartRepository; $this->cartRepository = $cartRepository;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment