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 6294b83 commit abe7c6fCopy full SHA for abe7c6f
src/main/php/lang/reflection/Property.class.php
@@ -44,6 +44,7 @@ public function constraint() {
44
* @param ?object $instance
45
* @return var
46
* @throws lang.reflection.CannotAccess
47
+ * @throws lang.reflection.AccessingFailed if getting raises an exception
48
*/
49
public function get(?object $instance) {
50
try {
@@ -63,7 +64,7 @@ public function get(?object $instance) {
63
64
* @param var $value
65
* @return var The given value
66
- * @throws lang.reflection.AccessFailed if setting raises an exception
67
+ * @throws lang.reflection.AccessingFailed if setting raises an exception
68
69
public function set(?object $instance, $value) {
70
0 commit comments