Skip to content

Commit b84ab25

Browse files
committed
Added return type hinting.
1 parent 78b4ebd commit b84ab25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Test/Unit/Validator/SameSiteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SameSiteTest extends TestCase
1818
/**
1919
* setup test
2020
*/
21-
public function setUp()
21+
public function setUp() :void
2222
{
2323
$this->validator = new SameSite();
2424
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"AFL-3.0"
77
],
88
"description":"Magento2 extension for Cookie SameSite attribute.",
9-
"version":"3.0.2",
9+
"version":"3.0.3",
1010
"authors":[
1111
{
1212
"name":"Hirokazu Nishi",

0 commit comments

Comments
 (0)