This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Should adapter_, root_ and foundation_ be @protected instead of @private? #767
Closed
Description
According to Closure's annotating documentation, protected properties are available to instance methods of any subclass. With @private
, compilation seems to trigger a warning ("Access to private property adapter_ of XXX not allowed here").