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 (must not be accessed before initialization)? #31

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

UnknownNull
Copy link
Contributor

Error: Typed property sergittos\bedwars\session\Session::$coins must not be accessed before initialization
File: plugins/BedWars-master/src/sergittos/bedwars/session/Session
Line: 144

[142]     public function getCoins(): int
[143]     {
[144]         return $this->coins;
[145]     }

@Sergittos Sergittos added Category: Bug For issues and pull requests that report a bug Resolution: Accepted For pull requests that have been accepted labels Jan 30, 2024
@Sergittos Sergittos merged commit dfa3464 into Sergittos:master Jan 30, 2024
1 check failed
@Sergittos
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug For issues and pull requests that report a bug Resolution: Accepted For pull requests that have been accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants