PluginProbe
seQura / 4.1.0
seQura v4.1.0
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
← All changes | src/Dto/class-payment-method-data.php +1 -1 3.0.04.1.0 View file →
@@ -46,9 +46,9 @@
46 46 * Decode a raw string into a DTO instance. Assumes that the raw string is a base64 encoded JSON string.
47 47 *
48 48 * @return static|null
49 49 */
50 - public static function decode( string $raw ): mixed {
50 + public static function decode( string $raw ) {
51 51 $decoded = base64_decode( $raw );
52 52 if ( ! $decoded ) {
53 53 return null;
54 54 }