Skip to content

Commit e6efa17

Browse files
committed
Field renamed.
1 parent 5f005d9 commit e6efa17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/WithoutOverlapping.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ protected function execute(InputInterface $input, OutputInterface $output)
1414
return parent::execute($input, $output);
1515
}
1616

17-
public function getOverlappingStrategy()
17+
public function getMutexStrategy()
1818
{
19-
return (isset($this->overlappingStrategy) ? $this->overlappingStrategy : 'file');
19+
return (isset($this->mutexStrategy) ? $this->mutexStrategy : 'file');
2020
}
2121

22-
public function setOverlappingStrategy($strategy)
22+
public function setMutexStrategy($strategy)
2323
{
24-
$this->overlappingStrategy = $strategy;
24+
$this->mutexStrategy = $strategy;
2525
}
2626
}

0 commit comments

Comments
 (0)