We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readonly
1 parent c19f8f3 commit e5a3057Copy full SHA for e5a3057
README.md
@@ -51,9 +51,10 @@ echo $closure(); // james;
51
52
### Caveats
53
54
-1. Creating **anonymous classes** within closures is not supported.
55
-2. Using attributes within closures is not supported.
56
-3. Serializing closures on REPL environments such as Laravel Tinker is not supported.
+* Anonymous classes cannot be created within closures.
+* Attributes cannot be used within closures.
+* Serializing closures on REPL environments like Laravel Tinker is not supported.
57
+* Serializing closures that reference objects with readonly properties is not supported.
58
59
## Contributing
60
0 commit comments