Skip to content
Snippets Groups Projects
Unverified Commit d466d1ad authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: remove return type from NoSerialize - it passes any value

parent ce4ed432
No related branches found
No related tags found
2 merge requests!28release: 3.0.0,!19Add strong typing for 3.0 version
......@@ -5,7 +5,7 @@ namespace WPDesk\Forms\Serializer;
use WPDesk\Forms\Serializer;
class NoSerialize implements Serializer {
public function serialize( $value ): string {
public function serialize( $value ) {
return $value;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment