Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Fix failing build after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Klat committed Jan 5, 2018
1 parent 03c6db6 commit e255b94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
excludes_analyse:
- src/Response/Meta/
- src/Connection/GuzzleConnection.php
includes:
# Enable Level 7
- vendor/phpstan/phpstan/conf/config.level7.neon
Expand Down
1 change: 0 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use PApi\Connection\ConnectionInterface;
use PApi\Connection\CurlConnection;
use PApi\Connection\GuzzleConnection;
use PApi\Response\ArrayValuesResponse;
use PApi\Response\DataResponse;
use PApi\Response\Meta\ArrayValuesResponseMeta;
Expand Down
3 changes: 3 additions & 0 deletions src/Connection/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

interface ConnectionInterface
{
/**
* @param mixed[] $config
*/
public function __construct(array $config);

/**
Expand Down

0 comments on commit e255b94

Please sign in to comment.