Fix codestyle

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-03-21 12:38:10 +01:00
parent 61f7f13bd8
commit 1809386862
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
5 changed files with 0 additions and 5 deletions

View File

@ -30,7 +30,6 @@ use Psr\Log\LoggerInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
class GenericEventWrapper extends GenericEvent {
private LoggerInterface $logger;
/** @var GenericEvent */

View File

@ -33,7 +33,6 @@ use Psr\Log\LoggerInterface;
* @package OC\Migration
*/
class SimpleOutput implements IOutput {
private LoggerInterface $logger;
private $appName;

View File

@ -40,7 +40,6 @@ use OCP\IURLGenerator;
use Psr\Log\LoggerInterface;
class IconsCacher {
protected LoggerInterface $logger;
/** @var IAppData */

View File

@ -48,7 +48,6 @@ use ScssPhp\ScssPhp\Compiler;
use ScssPhp\ScssPhp\OutputStyle;
class SCSSCacher {
protected LoggerInterface $logger;
/** @var IAppData */

View File

@ -8,7 +8,6 @@ use OC\Encryption\Util;
use OC\Files\Storage\Temporary;
use OC\Files\Storage\Wrapper\Encryption;
use OC\Files\View;
use OC\Log;
use OC\Memcache\ArrayCache;
use OC\User\Manager;
use OCP\Encryption\IEncryptionModule;