lint: fix php

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-24 13:55:47 -07:00
parent f0d9f68061
commit 1a5e2399a3
1 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ abstract class Backend
* A human-readable name for the app.
* Used for error messages.
*/
abstract static public function appName(): string;
abstract public static function appName(): string;
/**
* Get name of the cluster type.
*/
abstract static public function clusterType(): string;
abstract public static function clusterType(): string;
/**
* Whether the app is enabled for the current user.
@ -66,7 +66,7 @@ abstract class Backend
/**
* Get a cluster ID for the given cluster.
*/
abstract static public function getClusterId(array $cluster);
abstract public static function getClusterId(array $cluster);
/**
* Get a list of photos with any extra parameters for the given cluster