Skip to content

Commit 0b42c85

Browse files
committed
removed unused method
1 parent 85b1e20 commit 0b42c85

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/helpers/Swagger/AnnotationHelper.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,4 @@ public static function extractMethodCheckedParams(string $className, string $met
239239

240240
return $paramMap;
241241
}
242-
243-
public static function extractClassFormat(string $className)
244-
{
245-
$class = new ReflectionClass($className);
246-
$fields = get_class_vars($className);
247-
foreach ($fields as $fieldName => $value) {
248-
$field = $class->getProperty($fieldName);
249-
$fieldType = $field->getType()->getName();
250-
var_dump($fieldType);
251-
}
252-
}
253242
}

0 commit comments

Comments
 (0)