Skip to content

Commit

Permalink
format update
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Sep 19, 2024
1 parent 4b5a3b2 commit e24f40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/core/database/SchemaInfo.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ component singleton {
/**
* Get the query param type for a specific datasource for a date/time column
*
* @dsn The datasource name
* @username The username to use
* @password The password to use
* @dsn The datasource name
* @username The username to use
* @password The password to use
* @deprecated There are no longer any instances where this would be different between engines. Deprecate in 7.x and remove in 8x.
*/
public string function getQueryParamDateTimeType(
Expand Down

0 comments on commit e24f40f

Please sign in to comment.