}
/**
- * @param $contactType
+ * @param string $contactType
* @param int $contactId
*
* @return bool
/**
* @todo what does this function do?
* @param int $contactId
- * @param $contactType
+ * @param string $contactType
*
* @return bool
*/
/**
* Schedule Reminder data
- * @var array
+ * @var CRM_Core_DAO|null
*/
- protected static $_scheduleReminderDetails = [];
+ protected static $_scheduleReminderDetails = NULL;
/**
* Parent Entity ID
* @param string $name
* @param bool $addSequence
*
- * @return string
+ * @return string|null
* if valid, else null
*/
public static function validate($key, $name, $addSequence = FALSE) {
/**
* Build select query in case of option-values
*
- * @param $query
+ * @param CRM_Contact_BAO_Query $query
*/
public static function select(&$query) {
if (!empty($query->_params) || !empty($query->_returnProperties)) {
* @param CRM_Core_Form $form
* @param array $paymentFields
* Array of properties including 'object' as loaded from CRM_Financial_BAO_PaymentProcessor::getPaymentProcessors.
- * @param $paymentFields
+ * @return void
*/
protected static function addRules(&$form, $paymentFields) {
foreach ($paymentFields as $paymentField => $fieldSpecs) {
* The date format for this field should typically be "M Y" (ex: Feb 2011) or "m Y" (02 2011)
* See CRM-9017
*
- * @param $src
+ * @param array $src
*
* @return int
*/