Update Unit test styling to cover the future coder version
[civicrm-core.git] / tests / phpunit / CRMTraits / ACL / PermissionTrait.php
index 23826363524e247d2155aab0cd1ad247040fc1b8..01a1afd146faa362642d7fe5ade406a370fdeffd 100644 (file)
  */
 trait CRMTraits_ACL_PermissionTrait {
 
+  /**
+   * ContactID of allowed Contact
+   * @var int
+   */
   protected $allowedContactId = 0;
+
+  /**
+   * Array of allowed contactIds
+   * @var array
+   */
   protected $allowedContacts = [];
 
   /**