mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
Add some PHPCS corrections
This commit is contained in:
@@ -7,7 +7,7 @@ use Shikiryu\Backup\Backup\BackupAbstract;
|
||||
abstract class TransportAbstract
|
||||
{
|
||||
|
||||
/** @var BackupAbstract */
|
||||
/** @var BackupAbstract */
|
||||
protected $backup;
|
||||
/** @var array */
|
||||
protected $config;
|
||||
@@ -25,5 +25,5 @@ abstract class TransportAbstract
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public abstract function send();
|
||||
}
|
||||
abstract public function send();
|
||||
}
|
||||
|
Reference in New Issue
Block a user