File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Symfony/Component/PropertyAccess 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
7272 * Should not be used by application code. Use
7373 * {@link PropertyAccess::createPropertyAccessor()} instead.
7474 *
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
8080 */
8181 public function __construct (
8282 private int $ magicMethodsFlags = self ::MAGIC_GET | self ::MAGIC_SET ,
You can’t perform that action at this time.
0 commit comments