We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d9386 commit cf90f2fCopy full SHA for cf90f2f
1 file changed
lib/net/authorize/util/SensitiveDataConfigType.php
@@ -1,11 +1,7 @@
1
<?php
2
namespace net\authorize\util;
3
-use JMS\Serializer\Annotation\Type;
4
-use JMS\Serializer\Annotation\SerializedName;
5
6
-$type=new Type;
7
-$serializedName=new SerializedName(array("value"=>"Loading-SerializedName-Class"));
8
-//to do: use Doctrine\Common\Annotations\AnnotationRegistry::registerAutoloadNamespace to auto load classes
+
9
10
class SensitiveDataConfigType
11
{
0 commit comments