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

Commit

Permalink
update homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
yamayaki1 committed Aug 27, 2022
1 parent e417a5b commit 6862cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "klein/klein",
"description": "A lightning fast router for PHP",
"keywords": ["router", "routing", "sinatra", "boilerplate"],
"homepage": "https://github.com/klein/klein.php",
"homepage": "https://github.com/StrilonNET/klein.php",
"license": "MIT",
"authors": [
{
Expand All @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Klein/DataCollection/DataCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function getIterator(): ArrayIterator
* @param string $key The name of the parameter to return
* @return mixed
*/
public function offsetGet($key)
public function offsetGet(mixed $key): mixed
{
return $this->get($key);
}
Expand Down

0 comments on commit 6862cd4

Please sign in to comment.