Skip to content

fixing phpstan errors #98

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

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Jan 9, 2023

a recent phpstan feature is to complain about annotations that are not relevant (eg ignoring an error that is not there), so remove the offending annotations

a recent phpstan feature is to complain about annotations that are not relevant (eg ignoring an error that is not there), so remove the offending annotations
@brettmc brettmc requested a review from a team January 9, 2023 22:22
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Merging #98 (b22299b) into main (d49eaaa) will decrease coverage by 1.51%.
The diff coverage is 0.00%.

❗ Current head b22299b differs from pull request most recent head 32f99e4. Consider uploading reports for the commit 32f99e4 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #98      +/-   ##
============================================
- Coverage     68.00%   66.49%   -1.52%     
- Complexity      372      393      +21     
============================================
  Files            40       42       +2     
  Lines          1266     1337      +71     
============================================
+ Hits            861      889      +28     
- Misses          405      448      +43     
Flag Coverage Δ
7.4 81.76% <0.00%> (ø)
8.0 66.31% <0.00%> (-1.59%) ⬇️
8.1 66.39% <0.00%> (-1.52%) ⬇️
8.2 66.39% <0.00%> (-1.52%) ⬇️

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

Impacted Files Coverage Δ
src/Aws/src/AwsSdkInstrumentation.php 49.01% <0.00%> (ø)
...c/Instrumentation/Slim/src/SlimInstrumentation.php 0.00% <0.00%> (ø)
src/Instrumentation/Slim/src/CallableFormatter.php 90.32% <0.00%> (ø)

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 bafaf02...32f99e4. Read the comment docs.

@brettmc brettmc merged commit ff94eef into open-telemetry:main Jan 11, 2023
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.

3 participants