Skip to content

Commit c4b3665

Browse files
committed
Apply feedback from code review
1 parent c9ff631 commit c4b3665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ private static function get_mysql_args( $assoc_args ) {
22262226
* @param array $assoc_args Associative args array.
22272227
* @return string Either the '--no-defaults' flag for use in the command or an empty string.
22282228
*/
2229-
protected function get_defaults_flag_string( &$assoc_args ) {
2229+
protected function get_defaults_flag_string( $assoc_args ) {
22302230

22312231
$flag_string = ' --no-defaults';
22322232

0 commit comments

Comments
 (0)