Skip to content

Commit 3d69f72

Browse files
GromNaNalcaeus
andauthored
Apply suggestion from @alcaeus
Co-authored-by: Andreas Braun <[email protected]>
1 parent b91d647 commit 3d69f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Doctrine/ODM/MongoDB/Mapping/PropertyAccessors/RawValuePropertyAccessor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* It works based on the raw values of a property, which for a case of property hooks
2020
* is the backed value. If we kept using setValue/getValue, this would go through the hooks,
2121
* which potentially change the data.
22+
*
23+
* @internal
2224
*/
2325
class RawValuePropertyAccessor implements PropertyAccessor
2426
{

0 commit comments

Comments
 (0)