Skip to content

Commit

Permalink
level up phpstan to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Dec 8, 2023
1 parent d8c51ad commit 06d93e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 8
level: 9
paths:
- src
- tests
2 changes: 1 addition & 1 deletion src/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(
/**
* @deprecated 1.0 use Sysix\LexOffice\Utils::getJsonFromResponse()
*/
public function getAsJson(ResponseInterface $response): object
public function getAsJson(ResponseInterface $response): mixed
{
trigger_error(self::class . '::' . __METHOD__ . ' should not be called anymore, use \Sysix\LexOffice\Utils::getJsonFromResponse instead', E_USER_DEPRECATED);

Expand Down

0 comments on commit 06d93e2

Please sign in to comment.