Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/topics/upgrade-7.topic
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,19 @@
public function isAsync(): bool
</code-block>
<code-block lang="php">
protected bool shouldOnce(): bool
protected bool shouldRun(): bool
protected bool shouldRun(): bool
protected bool needBefore(): bool
public function shouldOnce(): bool
public function shouldRun(): bool
public function shouldRun(): bool
public function needBefore(): bool
Not used
protected bool shouldOnce(): bool
public bool shouldOnce(): bool
public function withinTransactions(): bool
It is indicated in the settings
protected bool shouldRun(): bool
protected bool shouldRun(): bool
protected bool shouldRun(): bool
protected bool needBefore(): bool
protected bool needAsync(): bool
public function shouldRun(): bool
public function shouldRun(): bool
public function shouldRun(): bool
public function needBefore(): bool
public function needAsync(): bool
</code-block>
</compare>
</chapter>
Expand Down