Skip to content

Commit f513818

Browse files
committed
Dev: Missed a parameter in the function header
1 parent a47b5a2 commit f513818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/ColumnControl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static function ssp(&$editor, &$query, $http)
5656
* @param \DataTables\Editor\Field $field Field for the column in question
5757
* @param string $value Search term
5858
* @param string $logic Search logic
59+
* @param string $mask Mask value
5960
*/
6061
private static function _sspDate(&$query, $field, $value, $logic, $mask)
6162
{

0 commit comments

Comments
 (0)