Skip to content

Commit

Permalink
Strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 4, 2017
1 parent 80060ac commit 7de07f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PhoneNumber.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Brick\PhoneNumber;

use libphonenumber\NumberParseException;
Expand Down
2 changes: 2 additions & 0 deletions src/PhoneNumberException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Brick\PhoneNumber;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/PhoneNumberFormat.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Brick\PhoneNumber;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/PhoneNumberParseException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Brick\PhoneNumber;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/PhoneNumberType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Brick\PhoneNumber;

/**
Expand Down

0 comments on commit 7de07f4

Please sign in to comment.