(NFC) Update CRM/Contact to match new coder style
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / FullText / Contribution.php
index 758dcedfc3bece2b013473050d841fd29e347bf1..293b728a6186820ff5b413246b934204d3347b8f 100644 (file)
@@ -89,7 +89,8 @@ WHERE      ({$this->matchText('civicrm_contact c', ['sort_name', 'display_name',
           'amount_level' => NULL,
           'trxn_Id' => NULL,
           'invoice_id' => NULL,
-          'check_number' => 'Int', // Odd: This is really a VARCHAR, so why are we searching like an INT?
+          // Odd: This is really a VARCHAR, so why are we searching like an INT?
+          'check_number' => 'Int',
           'total_amount' => 'Int',
         ],
       ],