Skip to content

Commit e24f40f

Browse files
committed
format update
1 parent 4b5a3b2 commit e24f40f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/core/database/SchemaInfo.cfc

+3-3
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ component singleton {
191191
/**
192192
* Get the query param type for a specific datasource for a date/time column
193193
*
194-
* @dsn The datasource name
195-
* @username The username to use
196-
* @password The password to use
194+
* @dsn The datasource name
195+
* @username The username to use
196+
* @password The password to use
197197
* @deprecated There are no longer any instances where this would be different between engines. Deprecate in 7.x and remove in 8x.
198198
*/
199199
public string function getQueryParamDateTimeType(

0 commit comments

Comments
 (0)