sebastianbergmann / exporter

Provides the functionality to export PHP variables for visualization
BSD 3-Clause "New" or "Revised" License
6.77k stars 34 forks source link

Remove unsupported HHVM code #27

Closed SenseException closed 5 years ago

SenseException commented 5 years ago

I found some code that is still from the time where HHVM was supported. This PR removes the now unused code from the Exporter.

codecov[bot] commented 5 years ago

Codecov Report

Merging #27 into master will increase coverage by 1.66%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #27      +/-   ##
============================================
+ Coverage     81.81%   83.47%   +1.66%     
+ Complexity       45       42       -3     
============================================
  Files             1        1              
  Lines           121      115       -6     
============================================
- Hits             99       96       -3     
+ Misses           22       19       -3
Impacted Files Coverage Δ Complexity Δ
src/Exporter.php 83.47% <ø> (+1.66%) 42 <0> (-3) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 636773f...ac3ae8d. Read the comment docs.