diff --git a/PropertyReadInfo.php b/PropertyReadInfo.php index 8de070d..d006e32 100644 --- a/PropertyReadInfo.php +++ b/PropertyReadInfo.php @@ -15,8 +15,6 @@ * The property read info tells how a property can be read. * * @author Joel Wurtz - * - * @internal */ final class PropertyReadInfo { diff --git a/PropertyWriteInfo.php b/PropertyWriteInfo.php index 6bc7abc..81ce7ed 100644 --- a/PropertyWriteInfo.php +++ b/PropertyWriteInfo.php @@ -15,8 +15,6 @@ * The write mutator defines how a property can be written. * * @author Joel Wurtz - * - * @internal */ final class PropertyWriteInfo {