Skip to content

Commit

Permalink
Declare strict types in all new Event classes
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Aug 25, 2022
1 parent 3808f0c commit 3d5cd2b
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/private/DB/MigratorExecuteSqlEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairAdvanceEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairErrorEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairFinishEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairInfoEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairStartEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairStepEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down
3 changes: 3 additions & 0 deletions lib/private/Repair/Events/RepairWarningEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2022 Côme Chilliet <[email protected]>
*
Expand Down

0 comments on commit 3d5cd2b

Please sign in to comment.