This commit is contained in:
Jean-Christian Denis 2023-04-25 15:20:39 +02:00
parent 35697890a1
commit 4c6eef040f
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -254,7 +254,7 @@ class BackendBehaviors
/**
* Delete widget text on post deletion.
*
* @param int The post ID
* @param int $post_id The post ID
*/
public static function adminBeforePostDelete(int $post_id): void
{