We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool
1 parent a86560c commit 2c2100eCopy full SHA for 2c2100e
src/Context/FeatureContext.php
@@ -1169,7 +1169,7 @@ private function set_cache_dir(): void {
1169
* Run a MySQL command with `$db_settings`.
1170
*
1171
* @param string $sql_cmd Command to run.
1172
- * @param array<string, string> $assoc_args Optional. Associative array of options. Default empty.
+ * @param array<string, string|bool> $assoc_args Optional. Associative array of options. Default empty.
1173
* @param bool $add_database Optional. Whether to add dbname to the $sql_cmd. Default false.
1174
* @return array{stdout: string, stderr: string, exit_code: int}
1175
*/
0 commit comments