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

Fix PHP 8.1 deprecations #252

Merged
merged 1 commit into from
Dec 16, 2021
Merged

Fix PHP 8.1 deprecations #252

merged 1 commit into from
Dec 16, 2021

Conversation

AydinHassan
Copy link
Member

@AydinHassan AydinHassan commented Dec 16, 2021

These "integers" were being used in functions requiring actual integers and in a lot of the cases they were null instead. The fix is just to make sure these are real integers.

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2021

Codecov Report

Merging #252 (7536e2a) into master (af04121) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #252   +/-   ##
=========================================
  Coverage     93.38%   93.38%           
+ Complexity      659      656    -3     
=========================================
  Files            38       38           
  Lines          1994     1994           
=========================================
  Hits           1862     1862           
  Misses          132      132           
Impacted Files Coverage Δ
src/MenuStyle.php 98.96% <100.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 af04121...7536e2a. Read the comment docs.

@AydinHassan AydinHassan merged commit 112d36f into master Dec 16, 2021
@AydinHassan AydinHassan deleted the fix-php81-depreactions branch December 16, 2021 09:23
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

3 participants