pass 2, manual removal of incorrect non-nullable @param for nullable native types

This commit is contained in:
Dylan K. Taylor
2020-01-21 15:44:34 +00:00
parent c4793241f5
commit 9f44adf04a
18 changed files with 0 additions and 53 deletions

View File

@ -154,9 +154,6 @@ class TimingsHandler{
/** @var int */
private $violations = 0;
/**
* @param TimingsHandler $parent
*/
public function __construct(string $name, TimingsHandler $parent = null){
$this->name = $name;
$this->parent = $parent;