Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mindline-analytics committed Aug 27, 2021
1 parent 1f72f44 commit 7b04d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Sample_Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
$name = str_replace('_', ' ', preg_replace('/(Sample_|\.php)/', '', $file));
$group = substr($name, 0, 1);
if (!isset($files[$group])) {
$files[$group] = array();
$files[$group] = [];
}
$files[$group][$name] = "<li><a href='{$file}'>{$name}</a></li>";
}
Expand Down

0 comments on commit 7b04d83

Please sign in to comment.