Skip to content

Commit b4cfaf3

Browse files
committed
Add missing strict_types declaration
1 parent eef2c79 commit b4cfaf3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

view/frontend/templates/script/component/debugger-component.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<?php
2+
declare(strict_types=1);
3+
?>
14
<script>
25
document.addEventListener('alpine:init', () => {
36
Alpine.directive('json', (el, { value, expression }, { evaluate }) => {

0 commit comments

Comments
 (0)