`Dashboard`: Suppress covariance error of `count()` method
This commit is contained in:
parent
32e674aca2
commit
228cbc8376
|
@ -149,6 +149,7 @@ abstract class Dashboard extends HtmlDocument
|
|||
]);
|
||||
}
|
||||
|
||||
#[\ReturnTypeWillChange]
|
||||
public function count()
|
||||
{
|
||||
return count($this->dashlets());
|
||||
|
|
Loading…
Reference in New Issue