Skip to content

Commit

Permalink
Make files external AuthMechanism and Backend abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Nov 21, 2016
1 parent 269f6f6 commit e33028c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/public/Files/External/Auth/AuthMechanism.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*
* @since 9.2.0
*/
class AuthMechanism implements \JsonSerializable {
abstract class AuthMechanism implements \JsonSerializable {

/** Standard authentication schemes */
const SCHEME_NULL = 'null';
Expand Down
2 changes: 1 addition & 1 deletion lib/public/Files/External/Backend/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
*
* @since 9.2.0
*/
class Backend implements \JsonSerializable {
abstract class Backend implements \JsonSerializable {

use VisibilityTrait;
use FrontendDefinitionTrait;
Expand Down

0 comments on commit e33028c

Please sign in to comment.