Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Strict repair step
Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Hans Dijkema <[email protected]>
  • Loading branch information
rullzer authored and hans committed Dec 8, 2018
commit 94cdb9306fb99bfc191cbec7d8e07447c65cbad3
3 changes: 2 additions & 1 deletion apps/oauth2/lib/Migration/SetTokenExpiration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright 2018, Roeland Jago Douma <[email protected]>
*
Expand Down Expand Up @@ -50,7 +51,7 @@ public function __construct(IDBConnection $connection,
$this->tokenProvider = $tokenProvider;
}

public function getName() {
public function getName(): string {
return 'Update OAuth token expiration times';
}

Expand Down