Browse Source

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 year ago
parent
commit
4ac81733bd
No account linked to committer's email address

+ 3
- 0
lib/private/DB/MigratorExecuteSqlEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairAdvanceEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairErrorEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairFinishEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairInfoEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairStartEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairStepEvent.php View File

<?php <?php

declare(strict_types=1);

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

+ 3
- 0
lib/private/Repair/Events/RepairWarningEvent.php View File

<?php <?php

declare(strict_types=1);

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

Loading…
Cancel
Save