We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ff631 commit c4b3665Copy full SHA for c4b3665
1 file changed
src/DB_Command.php
@@ -2226,7 +2226,7 @@ private static function get_mysql_args( $assoc_args ) {
2226
* @param array $assoc_args Associative args array.
2227
* @return string Either the '--no-defaults' flag for use in the command or an empty string.
2228
*/
2229
- protected function get_defaults_flag_string( &$assoc_args ) {
+ protected function get_defaults_flag_string( $assoc_args ) {
2230
2231
$flag_string = ' --no-defaults';
2232
0 commit comments