We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a502083 commit be74908Copy full SHA for be74908
VarExporter.php
@@ -34,7 +34,7 @@ final class VarExporter
34
*
35
* @param mixed $value The value to export
36
* @param bool &$isStaticValue Set to true after execution if the provided value is static, false otherwise
37
- * @param bool &$classes Classes found in the value are added to this list as both keys and values
+ * @param array &$foundClasses Classes found in the value are added to this list as both keys and values
38
39
* @throws ExceptionInterface When the provided value cannot be serialized
40
*/
0 commit comments