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

@ -363,8 +363,6 @@ class BlockFactory{
/**
* Returns a new Block instance with the specified ID, meta and position.
*
* @param Position $pos
*/
public static function get(int $id, int $meta = 0, Position $pos = null) : Block{
if($meta < 0 or $meta > 0xf){