Skip to content

Commit 2b94ee9

Browse files
authored
Mark Analysis::getSchemaForSource() as deprecated (#1830)
1 parent 53c6851 commit 2b94ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Analysis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ public function getAnnotationsOfType($classes, bool $strict = false): array
309309

310310
/**
311311
* @param string $fqdn the source class/interface/trait
312+
* @deprecated use getAnnotationForSource() instead
312313
*/
313314
public function getSchemaForSource(string $fqdn): ?OA\Schema
314315
{

0 commit comments

Comments
 (0)