getInput return null without filter

This commit is contained in:
Fred Tempez 2022-10-04 09:20:40 +02:00
parent aeb604468a
commit 9184bf3390
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ class common
}
}
// Sinon retourne null
return helper::filter(null, $filter);
return null;
}
/**