* @param string $column
* @param string $properties
* @param bool $localizable is this a field that should be localized
+ * @param string|NULL $version CiviCRM version to use if rebuilding multilingual schema
* @return bool
*/
public static function addColumn($ctx, $table, $column, $properties, $localizable = FALSE, $version = NULL) {
/**
* Rebuild Multilingual Schema.
* @param CRM_Queue_TaskContext $ctx
+ * @param string|NULL $version CiviCRM version to use if rebuilding multilingual schema
* @return bool
*/
public static function rebuildMultilingalSchema($ctx, $version = NULL) {
'group_name' => 'Developer Preferences',
'group' => 'developer',
'name' => 'debug_enabled',
- 'config_key' => 'debug', // we can't call the setting debug as that has other meanings in api
+ // we can't call the setting debug as that has other meanings in api
+ 'config_key' => 'debug',
'type' => 'Boolean',
'quick_form_type' => 'YesNo',
'default' => '0',