Skip to content

Commit 14b4eaa

Browse files
bnomeigithub-actions[bot]
authored andcommitted
Fix styling
1 parent f7f0455 commit 14b4eaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classes/Autoloader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@ public static function pascalToDotCase(string $string): string
437437
return ltrim(strtolower((string) preg_replace('/[A-Z]([A-Z](?![a-z]))*/', '.$0', $string)), '.');
438438
}
439439

440-
public static function array_merge_recursive_distinct(array $array1, array $array2) {
440+
public static function array_merge_recursive_distinct(array $array1, array $array2)
441+
{
441442
$merged = $array1;
442443

443444
foreach ($array2 as $key => $value) {

0 commit comments

Comments
 (0)