Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Declare strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 6, 2016
1 parent 5e59eda commit b9cce09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Exceptions/InstagramExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Vinkla\Instagram\Exceptions;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/Exceptions/NotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Vinkla\Instagram\Exceptions;

use Exception;
Expand Down
2 changes: 2 additions & 0 deletions src/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Vinkla\Instagram;

use GuzzleHttp\Client;
Expand Down
2 changes: 2 additions & 0 deletions tests/InstagramTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Vinkla\Tests\Instagram;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit b9cce09

Please sign in to comment.