Skip to content

Commit

Permalink
Added return type hinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
HirokazuNishi committed Mar 31, 2023
1 parent 78b4ebd commit b84ab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/Unit/Validator/SameSiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SameSiteTest extends TestCase
/**
* setup test
*/
public function setUp()
public function setUp() :void
{
$this->validator = new SameSite();
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AFL-3.0"
],
"description":"Magento2 extension for Cookie SameSite attribute.",
"version":"3.0.2",
"version":"3.0.3",
"authors":[
{
"name":"Hirokazu Nishi",
Expand Down

0 comments on commit b84ab25

Please sign in to comment.