Skip to content

Commit

Permalink
refs vufind-org#2999 add recordCollection as property in AbstractBack…
Browse files Browse the repository at this point in the history
…end - kind of weird phpstan proposal
  • Loading branch information
RLangeUni committed Oct 16, 2024
1 parent 898df17 commit 48e5a10
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ abstract class AbstractBackend implements BackendInterface, LoggerAwareInterface
*/
protected $collectionFactory = null;

/**
* Record collection.
*
* @var RecordCollectionInterface|null
*/
protected $recordCollection = null;

/**
* Backend identifier.
*
Expand Down

0 comments on commit 48e5a10

Please sign in to comment.