mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2847 - Breadcrumbs: Fix type hint in SetNewEntry ($aNewEntry can be null)
This commit is contained in:
@@ -64,7 +64,7 @@ class Breadcrumbs extends UIBlock
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function SetNewEntry(array $aNewEntry)
|
||||
public function SetNewEntry(?array $aNewEntry)
|
||||
{
|
||||
$this->aNewEntry = $aNewEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user