Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 26, 2023
2 parents 6d34289 + 5a52b60 commit e0eea00
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tests/_support/Entity/Cast/CastBase64.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ class CastBase64 extends BaseCast
/**
* Get
*
* @param mixed $value Data
* @param array $params Additional param
*
* @return mixed
* @param string $value Data
* @param array $params Additional param
*/
public static function get($value, array $params = []): string
{
Expand All @@ -33,10 +31,8 @@ public static function get($value, array $params = []): string
/**
* Set
*
* @param mixed $value Data
* @param array $params Additional param
*
* @return mixed
* @param string $value Data
* @param array $params Additional param
*/
public static function set($value, array $params = []): string
{
Expand Down

0 comments on commit e0eea00

Please sign in to comment.