Skip to content

Commit

Permalink
Ensure empty line exists after declare statement.
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
  • Loading branch information
stelgenhof committed Dec 6, 2023
1 parent e46b9d3 commit ae7ac46
Show file tree
Hide file tree
Showing 85 changed files with 85 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Yasumi/Exception/Exception.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Exception/MissingTranslationException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Exception/ProviderNotFoundException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Exception/UnknownLocaleException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Filters/BankHolidaysFilter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Filters/ObservedHolidaysFilter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Filters/OfficialHolidaysFilter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Filters/OtherHolidaysFilter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Filters/SeasonalHolidaysFilter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/NewSouthWales.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/NorthernTerritory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Queensland.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Queensland/Brisbane.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/SouthAustralia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/CentralNorth.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/FlindersIsland.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/KingIsland.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/Northeast.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/Northwest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/South.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Tasmania/South/Southeast.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/Victoria.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Australia/WesternAustralia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Burgenland.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Carinthia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/LowerAustria.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Salzburg.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Styria.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Tyrol.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/UpperAustria.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Vienna.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Austria/Vorarlberg.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Belgium.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Bosnia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Brazil.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/Alberta.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/BritishColumbia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/Manitoba.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/NewBrunswick.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/NewfoundlandAndLabrador.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/NorthwestTerritories.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/NovaScotia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/Nunavut.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/Ontario.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/Provider/Canada/PrinceEdwardIsland.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Yasumi package.
*
Expand Down
Loading

0 comments on commit ae7ac46

Please sign in to comment.