From 57348daadc443b9b529ef2739e995d6852110f85 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 25 Mar 2017 12:37:05 +0000 Subject: [PATCH] Fix #74285: Closure::bindto documentation is missing change in PHP7.0.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342186 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/closure/bindto.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/language/predefined/closure/bindto.xml b/language/predefined/closure/bindto.xml index 3e942e5b08..7f0056c835 100644 --- a/language/predefined/closure/bindto.xml +++ b/language/predefined/closure/bindto.xml @@ -76,6 +76,7 @@ 'static' to keep the current one. If an object is given, the type of the object will be used instead. This determines the visibility of protected and private methods of the bound object. + It is not allowed to pass (an object of) an internal class as this parameter.