Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Aug 29, 2017
1 parent 00983ec commit a3fa0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function upper(string $string) : string
return mb_convert_case(
mb_strtolower($string),
MB_CASE_TITLE,
"UTF-8"
'UTF-8'
);
}
}

0 comments on commit a3fa0ee

Please sign in to comment.