mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
tests: strip useless phpdoc
This commit is contained in:
@ -79,9 +79,6 @@ class ItemTest extends TestCase{
|
||||
|
||||
/**
|
||||
* @dataProvider itemFromStringProvider
|
||||
* @param string $string
|
||||
* @param int $id
|
||||
* @param int $meta
|
||||
*/
|
||||
public function testFromStringSingle(string $string, int $id, int $meta) : void{
|
||||
$item = ItemFactory::fromStringSingle($string);
|
||||
|
Reference in New Issue
Block a user