class Bisect
Properties
| protected BisectState | $state |
|
||
| protected bool | $break | When running bisect across multiple processes (such as multiple HTTP requests), this flag can be used to stop the bisect process after the first step it completes. |
|
|
| protected bool | $issueChecked |
|
||
| protected Closure|null | $isIssuePresent |
|
Methods
__construct(ExtensionManager $extensions, SettingsRepositoryInterface $settings, CacheClearCommand $cacheClear)
No description