Skip to content

Conversation

@pprkut
Copy link
Contributor

@pprkut pprkut commented Sep 22, 2025

This fixes a phpstan error about the instanceof check for AnalyticsDetailLevels to always be true. We can't know this in the code, because they are stored in an array, and it's conceivable that wrong values could enter here.

This fixes a phpstan error about the instanceof check for
AnalyticsDetailLevels to always be true. We can't know this
in the code, because they are stored in an array, and it's
conceivable that wrong values could enter here.
@codecov
Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release/0.12.x@49a17e3). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/0.12.x       #10   +/-   ##
==================================================
  Coverage                  ?   100.00%           
  Complexity                ?        64           
==================================================
  Files                     ?         1           
  Lines                     ?       204           
  Branches                  ?         0           
==================================================
  Hits                      ?       204           
  Misses                    ?         0           
  Partials                  ?         0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pprkut pprkut merged commit 50202f1 into lunr-php:release/0.12.x Sep 22, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants