Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
* Fix type hint for 'setBlockList'
  • Loading branch information
S1SYPHOS authored Jul 11, 2021
1 parent de5906f commit ce698db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Acknowledge the people behind your frontend dependencies - and give thanks!",
"type": "library",
"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"keywords": ["gratitude", "appreciation", "gratefulness", "thankfulness"],
"homepage": "https://github.com/S1SYPHOS",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Thx.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Thx
/**
* Current version
*/
const VERSION = '1.1.0';
const VERSION = '1.1.1';


/**
Expand Down Expand Up @@ -75,7 +75,7 @@ class Thx
* Setters & getters
*/

public function setBlockList(int $blockList): void
public function setBlockList(array $blockList): void
{
$this->blockList = $blockList;
}
Expand Down

0 comments on commit ce698db

Please sign in to comment.