From 518e74aca3e7a7a427c672b6e4b40d1b1e59da5c Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Tue, 2 Jul 2019 10:40:02 -0400 Subject: [PATCH] Add missing $bundle parameter to farm_constraint_exists() docblock. --- modules/farm/farm_constraint/farm_constraint.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/farm/farm_constraint/farm_constraint.module b/modules/farm/farm_constraint/farm_constraint.module index d4a9b1cf..45dccf21 100644 --- a/modules/farm/farm_constraint/farm_constraint.module +++ b/modules/farm/farm_constraint/farm_constraint.module @@ -21,6 +21,8 @@ function farm_constraint_hook_info() { * * @param $type * The entity type. + * @param $bundle + * The entity bundle. * @param $id * The entity id. *