Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulyk committed Jan 30, 2024
1 parent ba7e201 commit 4fd7a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ public function getSchemaForSource(string $fqdn, string $class = OA\Schema::clas
$fqdn = '\\' . ltrim($fqdn, '\\');

foreach ([$this->classes, $this->interfaces, $this->traits, $this->enums] as $definitions) {

if (array_key_exists($fqdn, $definitions)) {
$definition = $definitions[$fqdn];
if (is_iterable($definition['context']->annotations)) {
Expand Down

0 comments on commit 4fd7a1c

Please sign in to comment.