Skip to content

Commit 4191256

Browse files
style: apply php-cs-fixer to tests/Security/Php74CompatibilityTest.php
1 parent 1e2da1c commit 4191256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Security/Php74CompatibilityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
function thold_security_compatibility_files() {
16-
return array(
16+
return [
1717
'includes/database.php',
1818
'includes/polling.php',
1919
'includes/settings.php',
@@ -23,7 +23,7 @@ function thold_security_compatibility_files() {
2323
'setup.php',
2424
'thold.php',
2525
'thold_graph.php',
26-
);
26+
];
2727
}
2828

2929
function thold_security_read_file($relativeFile) {

0 commit comments

Comments
 (0)