mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
More typehints, documentation fixes and static analysis cleanup
This commit is contained in:
@ -32,6 +32,7 @@ use pocketmine\Server;
|
||||
* This TransactionGroup only allows doing Transaction between one / two inventories
|
||||
*/
|
||||
class SimpleTransactionGroup implements TransactionGroup{
|
||||
/** @var float */
|
||||
private $creationTime;
|
||||
protected $hasExecuted = false;
|
||||
/** @var Player */
|
||||
|
Reference in New Issue
Block a user