From 4c6eef040fa3d8d8cfc2cb217e556ba7c92b1745 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 25 Apr 2023 15:20:39 +0200 Subject: [PATCH] cosmetic --- src/BackendBehaviors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackendBehaviors.php b/src/BackendBehaviors.php index e3d907d..07f22d7 100644 --- a/src/BackendBehaviors.php +++ b/src/BackendBehaviors.php @@ -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 {