Skip to content
  • Milian Wolff's avatar
    Unify template arguments for ItemRepositoryFor · 9a28e06d
    Milian Wolff authored
    The type we was is just a context, it doesn't have to be the item.
    Unify on the non-item class for which the repository is used, or
    introduce a separate context type tag where none exists. This allows
    for shorter callee code.
    
    Note that the separate type tag is already an established paradigm
    which was used previously for the DeclarationComment e.g.
    
    Fixes: #9
    9a28e06d