From 1aa453d493ca84989fc9cf736e349023de49da18 Mon Sep 17 00:00:00 2001
From: Marco Pivetta <ocramius@gmail.com>
Date: Sat, 24 Jan 2015 14:29:40 +0100
Subject: [PATCH] #1272 DDC-2704 - property getter utility is package private

---
 .../ORM/Mapping/Reflection/ReflectionPropertiesGetter.php       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php b/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
index 5da1e9a54..6ac7f11c3 100644
--- a/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
+++ b/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
@@ -27,6 +27,8 @@ use ReflectionProperty;
  * Utility class to retrieve all reflection instance properties of a given class, including
  * private inherited properties and transient properties.
  *
+ * @private This API is for internal use only
+ *
  * @author Marco Pivetta <ocramius@gmail.com>
  */
 final class ReflectionPropertiesGetter