Fix some doc comments

This commit is contained in:
Dylan K. Taylor
2017-02-06 14:50:05 +00:00
parent 7c8586684e
commit 0c35c16727
11 changed files with 25 additions and 27 deletions

View File

@ -1113,7 +1113,7 @@ class Level implements ChunkManager, Metadatable{
/**
* @param Entity $entity
* @param AxisAlignedBB $bb
* @param boolean $entities
* @param bool $entities
*
* @return AxisAlignedBB[]
*/
@ -1248,7 +1248,7 @@ class Level implements ChunkManager, Metadatable{
* Gets the Block object on the Vector3 location
*
* @param Vector3 $pos
* @param boolean $cached
* @param bool $cached
*
* @return Block
*/