Skip to content

Commit e191652

Browse files
committed
QA fix.
1 parent b53a0c4 commit e191652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/wpgraphql-logging/src/Admin/View/Templates/wpgraphql-logger-filters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* Log filters template.
75
*
@@ -10,6 +8,8 @@
108
* @since 0.0.1
119
*/
1210

11+
declare(strict_types=1);
12+
1313
if ( ! defined( 'ABSPATH' ) ) {
1414
exit;
1515
}

0 commit comments

Comments
 (0)