Skip to content

Commit 1e0e8c4

Browse files
committed
fixed CS
1 parent e040472 commit 1e0e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
4.2.0
55
-----
66

7-
* allowed passing commands as `array($process, 'ENV_VAR' => 'value')` to
7+
* allowed passing commands as `[$process, 'ENV_VAR' => 'value']` to
88
`ProcessHelper::run()` to pass environment variables
99
* deprecated passing a command as a string to `ProcessHelper::run()`,
1010
pass it the command as an array of its arguments instead

0 commit comments

Comments
 (0)