Skip to content

Commit ce8e0d9

Browse files
authored
Fix PHPCS white space at end of line.
1 parent c598e40 commit ce8e0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DatabaseQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ public function bind($key, &$value, $dataType = ParameterType::STRING, $length =
19411941

19421942
/**
19431943
* Method to add a variable to an internal array that will be bound to a prepared SQL statement before query execution.
1944-
*
1944+
*
19451945
* Proxy method to self::bind() without the need to provide a referenceable input for value
19461946
*
19471947
* @param array|string|integer $key The key that will be used in your SQL query to reference the value. Usually of

0 commit comments

Comments
 (0)