We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ef3ae9 + 02217af commit 5e9f3baCopy full SHA for 5e9f3ba
src/Parallelization.php
@@ -560,6 +560,6 @@ protected function quoteOptionValue($value) {
560
* Validate whether a command option requires quoting or not, depending on its content.
561
*/
562
protected function isValueRequiresQuoting($value) : bool {
563
- return 0 < preg_match('/[\s \\\\ \' " & | < > = ! @]/x', $value);
+ return 0 < preg_match('/[\s \\\\ \' " & | < > = ! @]/x', (string) $value);
564
}
565
0 commit comments