File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ class PropertyAccessor implements PropertyAccessorInterface
72
72
* Should not be used by application code. Use
73
73
* {@link PropertyAccess::createPropertyAccessor()} instead.
74
74
*
75
- * @param int $magicMethods A bitwise combination of the MAGIC_* constants
76
- * to specify the allowed magic methods (__get, __set, __call)
77
- * or self::DISALLOW_MAGIC_METHODS for none
78
- * @param int $throw A bitwise combination of the THROW_* constants
79
- * to specify when exceptions should be thrown
75
+ * @param int $magicMethodsFlags A bitwise combination of the MAGIC_* constants
76
+ * to specify the allowed magic methods (__get, __set, __call)
77
+ * or self::DISALLOW_MAGIC_METHODS for none
78
+ * @param int $throw A bitwise combination of the THROW_* constants
79
+ * to specify when exceptions should be thrown
80
80
*/
81
81
public function __construct (
82
82
private int $ magicMethodsFlags = self ::MAGIC_GET | self ::MAGIC_SET ,
You can’t perform that action at this time.
0 commit comments