Skip to content

Commit cf90f2f

Browse files
brianmckikmak42
authored andcommitted
removed type info for sensitive data config
1 parent 42d9386 commit cf90f2f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

lib/net/authorize/util/SensitiveDataConfigType.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?php
22
namespace net\authorize\util;
3-
use JMS\Serializer\Annotation\Type;
4-
use JMS\Serializer\Annotation\SerializedName;
53

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
4+
95

106
class SensitiveDataConfigType
117
{

0 commit comments

Comments
 (0)