Skip to content

Commit b516385

Browse files
Add PHPCS to workflow
1 parent f182257 commit b516385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminer/designs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
function adminer_object() {
2+
function adminer_object() {
33
include_once "../plugins/designs.php";
44
$designs = array();
55
foreach (glob("../designs/*/*.css") as $filename) {

0 commit comments

Comments
 (0)