fix some PhpStorm inspections

This commit is contained in:
Dylan K. Taylor
2017-03-30 12:10:59 +01:00
parent 6b747f9272
commit cb059ea713
4 changed files with 1 additions and 5 deletions

View File

@ -3456,9 +3456,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
*
* @param string $title
* @param int $type
* @param int $fadeIn
* @param int $stay
* @param int $fadeOut
*/
protected function sendTitleText(string $title, int $type){
$pk = new SetTitlePacket();