Skip to content

Commit

Permalink
Update country_codes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschy committed Nov 21, 2023
1 parent 9c34292 commit fe3d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/country_codes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
class event_country_codes
{
public static function get()
public static function get(): array
{
return array(
"AF" => "Afghanistan",
Expand Down

0 comments on commit fe3d522

Please sign in to comment.