3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add missing $bundle parameter to farm_constraint_exists() docblock.

This commit is contained in:
Michael Stenta 2019-07-02 10:40:02 -04:00
parent 2d5b5eb28d
commit 518e74aca3

View file

@ -21,6 +21,8 @@ function farm_constraint_hook_info() {
*
* @param $type
* The entity type.
* @param $bundle
* The entity bundle.
* @param $id
* The entity id.
*