Skip to content

Commit

Permalink
Merge pull request #16 from annejan/php-update
Browse files Browse the repository at this point in the history
Nieuwer PHP versions and linting fix
  • Loading branch information
nicktencate authored Jan 16, 2023
2 parents ebdbffd + 032bf1f commit 5357122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.4",
"phpstan/phpstan": "^0.12.80",
"vimeo/psalm": "^4",
"phpstan/phpstan": "^1.8",
"squizlabs/php_codesniffer": "^3.5",
"symfony/http-foundation": "^5"
},
Expand Down
4 changes: 1 addition & 3 deletions src/UziUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ public function setUziVersion(string $uzi_version): void
$this->uzi_version = $uzi_version;
}

/**
* @return mixed|string[]
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->toarray();
Expand Down

0 comments on commit 5357122

Please sign in to comment.