Skip to content

Commit

Permalink
Merge pull request #429 from creative-commoners/pulls/6/protected-docs
Browse files Browse the repository at this point in the history
DOC Update extension hook examples to be protected
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 047a2b0 + 5ef6d92 commit 1eb563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/dependant-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this situation, it's recommended to use the _Dependant job_ approach.
Use the `updateJobDescriptorAndJobOnCompletion` extension point in `QueuedJobService::runJob()` like this:

```php
public function updateJobDescriptorAndJobOnCompletion(
protected function updateJobDescriptorAndJobOnCompletion(
QueuedJobDescriptor $descriptor,
QueuedJob $job
): void
Expand Down

0 comments on commit 1eb563c

Please sign in to comment.