ソースを参照

Declare strict types in all new Event classes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v25.0.0beta4
Côme Chilliet 1年前
コミット
4ac81733bd
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 3
- 0
lib/private/DB/MigratorExecuteSqlEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairAdvanceEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairErrorEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairFinishEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairInfoEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairStartEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairStepEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

+ 3
- 0
lib/private/Repair/Events/RepairWarningEvent.php ファイルの表示

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <come.chilliet@nextcloud.com>
*

読み込み中…
キャンセル
保存