pass 2, manual removal of incorrect non-nullable @param for nullable native types

This commit is contained in:
Dylan K. Taylor
2020-01-21 15:44:34 +00:00
parent c4793241f5
commit 9f44adf04a
18 changed files with 0 additions and 53 deletions

View File

@ -36,7 +36,6 @@ class Position extends Vector3{
* @param float|int $x
* @param float|int $y
* @param float|int $z
* @param Level $level
*/
public function __construct($x = 0, $y = 0, $z = 0, Level $level = null){
parent::__construct($x, $y, $z);