Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van den Enden committed Nov 23, 2018
1 parent b9f00ac commit 8ea0968
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EngineClient.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Endroid\PredictionIo;

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

declare(strict_types=1);

/*
* (c) Jeroen van den Enden <[email protected]>
*
Expand Down
2 changes: 2 additions & 0 deletions src/Model/AbstractEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Endroid\PredictionIo\Model;

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

declare(strict_types=1);

namespace Endroid\PredictionIo\Model;

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

declare(strict_types=1);

namespace Endroid\PredictionIo\Model;

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

declare(strict_types=1);

/*
* (c) Jeroen van den Enden <[email protected]>
*
Expand Down

0 comments on commit 8ea0968

Please sign in to comment.