Skip to content

Commit f025b1d

Browse files
committed
chore: remove redundant code
1 parent 85f2215 commit f025b1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Spec/Swagger2.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ protected function parseMethod(string $methodName, string $pathName, array $meth
193193
if (is_array($method['x-appwrite']['deprecated'])) {
194194
$output['since'] = $method['x-appwrite']['deprecated']['since'] ?? '';
195195
$output['replaceWith'] = $method['x-appwrite']['deprecated']['replaceWith'] ?? '';
196-
} else {
197-
$output['since'] = '';
198-
$output['replaceWith'] = '';
199196
}
200197
}
201198

0 commit comments

Comments
 (0)