mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
refactor: Run rector on lib/private
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
@@ -14,11 +14,9 @@ use Psr\Log\LoggerInterface;
|
||||
* Implementation based on https://github.com/marcj/topsort.php
|
||||
*/
|
||||
class AppScriptSort {
|
||||
/** @var LoggerInterface */
|
||||
private $logger;
|
||||
|
||||
public function __construct(LoggerInterface $logger) {
|
||||
$this->logger = $logger;
|
||||
public function __construct(
|
||||
private LoggerInterface $logger,
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user