Skip to content
Snippets Groups Projects
Commit 1abb498e authored by Josha Hubbers's avatar Josha Hubbers
Browse files

Issue #3354300 by JoshaHubbers: PHPcs fixes

parent 17f3e246
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
* Drupal Module: Piwik Pro.
*
* Adds the required code to allow tracking by Piwik Pro.
*
*/
use Drupal\Core\Render\Markup;
......@@ -43,7 +43,7 @@ function piwik_pro_page_attachments(array &$attachments) {
'type' => 'text/javascript',
],
'#value' => Markup::create($snippet),
], 'piwik_pro_sync_snippet',
], 'piwik_pro_sync_snippet',
];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment