Skip to content

Commit

Permalink
fix single quote for array values
Browse files Browse the repository at this point in the history
  • Loading branch information
michelepizzi committed Sep 27, 2021
1 parent 68e99f7 commit 7b44e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CityCodeDecoders/InternationalCitiesStaticList.php
Original file line number Diff line number Diff line change
Expand Up @@ -5888,7 +5888,7 @@ class InternationalCitiesStaticList implements CityDecoderInterface
'H392' => "ROCCA D'ARAZZO",
'H395' => "ROCCA DE' BALDI",
'H396' => "ROCCA DE' GIORGI",
'H397' => "ROCCA DEL COLLE",
'H397' => 'ROCCA DEL COLLE',
'H398' => "ROCCA D'EVANDRO",
'H399' => 'ROCCA DI BOTTE',
'H400' => 'ROCCA DI CAMBIO',
Expand Down
2 changes: 1 addition & 1 deletion src/CityCodeDecoders/ItalianCitiesStaticList.php
Original file line number Diff line number Diff line change
Expand Up @@ -5889,7 +5889,7 @@ class ItalianCitiesStaticList implements CityDecoderInterface
'H392' => "ROCCA D'ARAZZO",
'H395' => "ROCCA DE' BALDI",
'H396' => "ROCCA DE' GIORGI",
'H397' => "ROCCA DEL COLLE",
'H397' => 'ROCCA DEL COLLE',
'H398' => "ROCCA D'EVANDRO",
'H399' => 'ROCCA DI BOTTE',
'H400' => 'ROCCA DI CAMBIO',
Expand Down

0 comments on commit 7b44e98

Please sign in to comment.