Skip to content

Commit

Permalink
fix merging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiloc committed Aug 6, 2015
1 parent a213558 commit 430e732
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Indexer/Indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,13 @@ class Indexer
// 'entity' => $someEntity,
// 'indexName' => 'index name to override where the entity should normally go'
// ]
<<<<<<< HEAD
protected $entitiesScheduledForCreation = array();


// holds arrays like ['entity' => $entity, 'changeSet' => $changeSet]
protected $entitiesScheduledForUpdate = array();

=======
private $entitiesScheduledForCreation = array();
protected $entitiesScheduledForCreation = array();

// holds arrays like ['entity' => $entity, 'changeSet' => $changeSet]
private $entitiesScheduledForUpdate = array();
protected $entitiesScheduledForUpdate = array();

>>>>>>> 157a0a3136dfd468a20c31901f5aeb969799c577
// holds arrays like ['objectID' => 'aStringID', 'index' => 'anIndexName']
protected $entitiesScheduledForDeletion = array();

Expand Down

0 comments on commit 430e732

Please sign in to comment.