From e9be040e16a2b40e9c9c30f6af96151c906ee3e9 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 25 May 2018 14:09:07 +0000 Subject: [PATCH] Integrate user note 101775 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345049 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/compact.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/compact.xml b/reference/array/functions/compact.xml index 147478da08..e8d077fa5c 100644 --- a/reference/array/functions/compact.xml +++ b/reference/array/functions/compact.xml @@ -22,9 +22,11 @@ and the contents of the variable become the value for that key. In short, it does the opposite of extract. - - Any strings that are not set will simply be skipped. - + + + Any strings that are not set will silently be skipped. + + &reftitle.parameters;