Skip to content

Commit

Permalink
?string owner
Browse files Browse the repository at this point in the history
Co-Authored-By: Christoph Wurst <ChristophWurst@users.noreply.github.com>
  • Loading branch information
ArtificialOwl and ChristophWurst authored Dec 5, 2019
1 parent 3300ebb commit f7eda02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Lock/ManuallyLockedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getTimeout(): int {
* @return string|null
* @since 18.0.0
*/
public function getOwner() {
public function getOwner(): ?string {
return $this->owner;
}

Expand Down

0 comments on commit f7eda02

Please sign in to comment.