Skip to content

Fixes __wakeup methods visibility - #231

Merged
Willemijnr merged 1 commit into
masterfrom
fix/public-wakeup-method
Nov 16, 2021
Merged

Fixes __wakeup methods visibility#231
Willemijnr merged 1 commit into
masterfrom
fix/public-wakeup-method

Conversation

@Willemijnr

Copy link
Copy Markdown
Contributor

Issue link

n/a

Description

Zie https://www.php.net/manual/en/language.oop5.magic.php

Lokaal kreeg ik de volgende warnings:

Warning: The magic method Clarkson_Core\Clarkson_Core::__wakeup() must have public visibility in /Users/willemijn/sites/cardano/wp-content/vendor/level-level/clarkson-core/clarkson-core.php on line 97

Warning: The magic method Clarkson_Core\Objects::__wakeup() must have public visibility in /Users/willemijn/sites/cardano/wp-content/vendor/level-level/clarkson-core/src/Objects.php on line 480

Warning: The magic method Clarkson_Core\Templates::__wakeup() must have public visibility in /Users/willemijn/sites/cardano/wp-content/vendor/level-level/clarkson-core/src/Templates.php on line 549

How Has This Been Tested?

Lokaal

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@Willemijnr
Willemijnr requested a review from menno-ll November 16, 2021 10:41
@Willemijnr
Willemijnr merged commit 832eeb8 into master Nov 16, 2021
@Willemijnr
Willemijnr deleted the fix/public-wakeup-method branch November 16, 2021 10:52
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