mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°8851 - Explicit nullable in functions parameters
This commit is contained in:
@@ -18,7 +18,7 @@ use User;
|
||||
*/
|
||||
class iTopNewsroomProvider extends NewsroomProviderBase
|
||||
{
|
||||
public function IsApplicable(User $oUser = null)
|
||||
public function IsApplicable(?User $oUser = null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user