Skip to content

Commit 5a52b60

Browse files
authored
Merge pull request #8369 from kenjis/fix-test-CastBase64
test: fix PHPDoc types in CastBase64
2 parents 2e9762c + cc81552 commit 5a52b60

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tests/_support/Entity/Cast/CastBase64.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ class CastBase64 extends BaseCast
1818
/**
1919
* Get
2020
*
21-
* @param mixed $value Data
22-
* @param array $params Additional param
23-
*
24-
* @return mixed
21+
* @param string $value Data
22+
* @param array $params Additional param
2523
*/
2624
public static function get($value, array $params = []): string
2725
{
@@ -31,10 +29,8 @@ public static function get($value, array $params = []): string
3129
/**
3230
* Set
3331
*
34-
* @param mixed $value Data
35-
* @param array $params Additional param
36-
*
37-
* @return mixed
32+
* @param string $value Data
33+
* @param array $params Additional param
3834
*/
3935
public static function set($value, array $params = []): string
4036
{

0 commit comments

Comments
 (0)