voku / anti-xss

㊙️ AntiXSS | Protection against Cross-site scripting (XSS) via PHP
MIT License
680 stars 106 forks source link

Remove var_dump call #119

Closed gharlan closed 1 year ago

gharlan commented 1 year ago

This change is Reviewable

coveralls commented 1 year ago

Coverage Status

Coverage: 98.161% (+4.04%) from 94.118% when pulling 562a46451af2b8890bff5f6fa38271617c3d554d on gharlan:patch-2 into abf042c8afe4bb6927f00b5ac14b089a295284d9 on voku:master.

codecov[bot] commented 1 year ago

Codecov Report

Merging #119 (562a464) into master (abf042c) will decrease coverage by 0.01%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #119      +/-   ##
============================================
- Coverage     98.15%   98.15%   -0.01%     
- Complexity      190      194       +4     
============================================
  Files             2        2              
  Lines          2334     2333       -1     
============================================
- Hits           2291     2290       -1     
  Misses           43       43              
Impacted Files Coverage Δ
src/voku/helper/AntiXSS.php 94.76% <ø> (-0.01%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

voku commented 1 year ago

Thanks. 👍😊

(Maybe I shouldn't have realeased it after midnight and better gone to bed.)