Skip to content

Conversation

@msalle
Copy link
Contributor

@msalle msalle commented Jun 9, 2020

Two small improvements:

  • using isset() instead if !is_null and adding an explicit test using array_key_exists( prevents undefined index warnings
  • add raw filter to properly display names such as België and Tsjechië

msalle added 2 commits June 9, 2020 11:53
In particular Dutch country names often contain special characters and we don't
want to use a particular encoding.
@codecov
Copy link

codecov bot commented Jun 9, 2020

Codecov Report

Merging #7 (82986f5) into master (bac48fd) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 82986f5 differs from pull request most recent head c331528. Consider uploading reports for the commit c331528 to get more accurate results

@@           Coverage Diff            @@
##             master      #7   +/-   ##
========================================
  Coverage      0.00%   0.00%           
- Complexity       78      79    +1     
========================================
  Files             1       1           
  Lines           188     189    +1     
========================================
- Misses          188     189    +1     

Copy link
Member

@tvdijen tvdijen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disagree with the diacritic chars solution, but thumbs up on the rest!

@tvdijen tvdijen merged commit d1d1e86 into simplesamlphp:master Aug 17, 2021
tvdijen added a commit that referenced this pull request Aug 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants