(NFC) Update CRM/Contact to match new coder style
[civicrm-core.git] / CRM / Contact / Form / Inline / IM.php
index a44fbb3c4500dc37f41eaf887c424007d24cefa4..89658d42bced1fe157a67aef496da42cb483092f 100644 (file)
@@ -38,11 +38,13 @@ class CRM_Contact_Form_Inline_IM extends CRM_Contact_Form_Inline {
 
   /**
    * Ims of the contact that is been viewed.
+   * @var array
    */
   private $_ims = [];
 
   /**
    * No of im blocks for inline edit.
+   * @var int
    */
   private $_blockCount = 6;