Skip to content

Commit 146f553

Browse files
authored
fix(metadata): operation NotExposed status to 404 (#5717)
1 parent 190bb4e commit 146f553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/NotExposed.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
bool $stateless = null,
4646
string $sunset = null,
4747
string $acceptPatch = null,
48-
$status = null,
48+
$status = 404,
4949
string $host = null,
5050
array $schemes = null,
5151
string $condition = null,

0 commit comments

Comments
 (0)