Skip to content

Conversation

tomStory9
Copy link
Contributor

Fixes a compile error where the lexical variable $font was being used as a parameter name in the makeAvatar method. Changed the parameter name to avoid the conflict while maintaining functionality.

tomStory9 and others added 2 commits November 4, 2024 11:49
Fixes a compile error where the lexical variable $font was being used as a parameter name in the makeAvatar method. Changed the parameter name to avoid the conflict while maintaining functionality.
Copy link

otterwise-otto bot commented Nov 4, 2024

Coverage is 76.38%

Patch: 100.00% of relevant changed lines (23 of 23) are covered.

Show more details
@@               Coverage Report               @@
##              master              #64    +/- ##
##            6d58fd71         38dd3f9b        ##
=================================================
  Coverage           -           76.38%         -
  Complexity         -              102         -
  CRAP               -            133.2         -
  CRAP Avg           -             44.4         -
=================================================
  Files              -                3         -
  Lines              -              254         -
=================================================
  Hits               -             1889         -
  Misses             -               60         -

See full report on OtterWise

Warning
According to our records, the base branch (b64d865) and the Pull Request base (6d58fd7) differs. You might be able to solve this by bringing your head branch up to sync with your base branch, and triggering a re-build.

@LasseRafn LasseRafn merged commit ce5b2b1 into LasseRafn:master Nov 4, 2024
9 of 10 checks passed
@LasseRafn
Copy link
Owner

Awesome work, thank you so much for this PR! 🎉

Copy link

otterwise-otto bot commented Nov 4, 2024

Coverage is 76.38%

Patch: 100.00% of relevant changed lines (23 of 23) are covered.

Show more details
@@               Coverage Report               @@
##              master              #64    +/- ##
##            6d58fd71         38dd3f9b        ##
=================================================
  Coverage           -           76.38%         -
  Complexity         -              102         -
  CRAP               -            133.2         -
  CRAP Avg           -             44.4         -
=================================================
  Files              -                3         -
  Lines              -              254         -
=================================================
  Hits               -             1889         -
  Misses             -               60         -

See full report on OtterWise

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.

2 participants