mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -170,7 +170,7 @@ final class CalendarTypeTest extends TypeTestCase
|
||||
|
||||
return $obj;
|
||||
},
|
||||
explode(',', $args[0])
|
||||
explode(',', (string) $args[0])
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user