Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add polyfills for PHP 8.0, 8.1, 8.2 #768

Merged
merged 1 commit into from
Jul 17, 2022
Merged

Conversation

tidal
Copy link
Member

@tidal tidal commented Jul 16, 2022

This PR adds polyfills for PHP versions 8.0, 8.1, 8.2 in order to use certain language features in our PHP 7.4 code base.

  • Adds symfony/polyfill-php80
  • Adds symfony/polyfill-php81
  • Adds symfony/polyfill-php82

(This should also resolve the Phan error in #767)

@codecov
Copy link

codecov bot commented Jul 16, 2022

Codecov Report

Merging #768 (f9c42be) into main (ae6b620) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #768   +/-   ##
=========================================
  Coverage     78.43%   78.43%           
  Complexity     1331     1331           
=========================================
  Files           153      153           
  Lines          3278     3278           
=========================================
  Hits           2571     2571           
  Misses          707      707           
Flag Coverage Δ
7.4 78.43% <ø> (ø)
8.0 78.50% <ø> (ø)
8.1 78.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 ae6b620...f9c42be. Read the comment docs.

@brettmc brettmc merged commit 90036b1 into open-telemetry:main Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants