Skip to content

Commit be74908

Browse files
nicolas-grekasalamirault
authored andcommitted
Fix phpdocs in components
1 parent a502083 commit be74908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VarExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class VarExporter
3434
*
3535
* @param mixed $value The value to export
3636
* @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
37+
* @param array &$foundClasses Classes found in the value are added to this list as both keys and values
3838
*
3939
* @throws ExceptionInterface When the provided value cannot be serialized
4040
*/

0 commit comments

Comments
 (0)