Skip to content

Commit

Permalink
Autofix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 15, 2021
1 parent 6cfa85b commit 1d6cb28
Show file tree
Hide file tree
Showing 29 changed files with 148 additions and 1 deletion.
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/AustriaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
9 changes: 8 additions & 1 deletion spec/loophp/Tin/CountryHandler/BelgiumSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand All @@ -16,5 +21,7 @@ class BelgiumSpec extends AbstractAlgorithmSpec

public const INVALID_NUMBER_PATTERN = ['wwwwwwwwwww'];

public const VALID_NUMBER = ['00012511119', '00022911101'];
public const INVALID_NUMBER_SYNTAX = ['00022911101'];

public const VALID_NUMBER = ['00012511119', '01062624339'];
}
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/BulgariaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/CroatiaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/CyprusSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/CzechRepublicSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/DenmarkSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/EstoniaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/FinlandSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/FranceSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/GermanySpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/GreeceSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/HungarySpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/IrelandSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/ItalySpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/LatviaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/LithuaniaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/LuxembourgSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/MaltaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/NetherlandsSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/PolandSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/PortugalSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/RomaniaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/SlovakiaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/SloveniaSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/SpainSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/SwedenSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/CountryHandler/UnitedKingdomSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin\CountryHandler;
Expand Down
5 changes: 5 additions & 0 deletions spec/loophp/Tin/TINSpec.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace spec\loophp\Tin;
Expand Down

0 comments on commit 1d6cb28

Please sign in to comment.