Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missed this php doc
Browse files Browse the repository at this point in the history
jasonw4331 committed Oct 5, 2020
1 parent 47eec05 commit bc3bd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MyPlot/Plot.php
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ class Plot
* @param array $denied
* @param string $biome
* @param bool|null $pvp
* @param float $price
* @param int $id
*/
public function __construct(string $levelName, int $X, int $Z, string $name = "", string $owner = "", array $helpers = [], array $denied = [], string $biome = "PLAINS", ?bool $pvp = null, float $price = -1, int $id = -1) {

0 comments on commit bc3bd72

Please sign in to comment.