From 1e06a8ef950278dd8a154fa57e78f56745157070 Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikita.ppv@gmail.com>
Date: Mon, 1 Jul 2019 19:02:39 +0200
Subject: [PATCH] Update proto comment for proc_open

---
 ext/standard/proc_open.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c
index 4644b60794..9a0bd94199 100644
--- a/ext/standard/proc_open.c
+++ b/ext/standard/proc_open.c
@@ -474,7 +474,7 @@ static char *create_win_command_from_args(HashTable *args) {
 }
 #endif
 
-/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
+/* {{{ proto resource proc_open(string|array command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
    Run a process with more control over it's file descriptors */
 PHP_FUNCTION(proc_open)
 {
-- 
2.40.0