Skip to content

Commit c4b1174

Browse files
committed
chore: cleanup diff
1 parent 5a334bb commit c4b1174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SDK/Language.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ protected function toCamelCase($str): string
9898
return lcfirst($str);
9999
}
100100

101-
protected function toSnakeCase($str): string {
101+
protected function toSnakeCase($str): string
102+
{
102103
// Replace alternative character sets
103104
$str = iconv('UTF-8', 'ASCII//TRANSLIT', $str);
104105

0 commit comments

Comments
 (0)