| 1 | <?php |
||
| 13 | class ConsolePromptConflictHandler implements ConflictHandlerInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var ConsoleStyle |
||
| 17 | */ |
||
| 18 | protected $consoleStyle; |
||
| 19 | |||
| 20 | public function __construct(ConsoleStyle $consoleStyle) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function handleConflict(IndexObject $remoteObject, IndexObject $localObject = null, IndexObject $lastLocalObject = null): int |
||
| 63 | } |
||
| 64 |