mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@@ -147,7 +147,6 @@ class TimingsHandler{
|
||||
private $violations = 0;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param TimingsHandler $parent
|
||||
*/
|
||||
public function __construct(string $name, ?TimingsHandler $parent = null){
|
||||
@@ -200,8 +199,6 @@ class TimingsHandler{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Closure $closure
|
||||
*
|
||||
* @return mixed the result of the given closure
|
||||
*/
|
||||
public function time(\Closure $closure){
|
||||
|
Reference in New Issue
Block a user