Skip to content

Commit 1d6ff5c

Browse files
Fix linting errors
1 parent e603d48 commit 1d6ff5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/phpunit/tests/admin/includesTemplate.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ public function test_get_settings_errors_sources() {
400400
'type' => 'error',
401401
);
402402
$blogdescription_error = array(
403-
'setting' => 'blogdescription',
404-
'code' => 'blogdescription',
405-
'message' => 'Too short',
406-
'type' => 'error',
403+
'setting' => 'blogdescription',
404+
'code' => 'blogdescription',
405+
'message' => 'Too short',
406+
'type' => 'error',
407407
'aria_live' => '',
408408
);
409409

0 commit comments

Comments
 (0)