Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Jan 13, 2025
1 parent c1dae42 commit d8374e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Plugin/Shortcode/TutorialStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ class TutorialStep extends ShortcodeBase {
*/
public function __construct(
array $configuration,
$plugin_id,
$plugin_definition,
$plugin_id,
$plugin_definition,
RendererInterface $renderer,
Connection $connection,
FileUrlGeneratorInterface $file_url_generator,
ShortcodeIcon $shortcode_svg_icon
ShortcodeIcon $shortcode_svg_icon,
) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $renderer);
$this->connection = $connection;
Expand Down

0 comments on commit d8374e0

Please sign in to comment.