Skip to content

Commit

Permalink
chore: updated PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap committed Nov 11, 2023
1 parent 9ac5e07 commit c3ca4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CriticalSectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface CriticalSectionInterface
/**
* @param callable(): T $criticalSection
*
* @return ?T returned by {@link $criticalSection} or null if the section is occupied in non-blocking mode
* @return ?T returned by {@link $criticalSection} or null when it is occupied in non-blocking mode
*
* @throws CouldNotEnterCriticalSection
* @throws CouldNotLeaveCriticalSection
Expand Down

0 comments on commit c3ca4fd

Please sign in to comment.