Protected properties can be converted to private.
class User {
  protected $user; // <-- Property can be private
}