Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(metadata): operation NotExposed status to 404
  • Loading branch information
soyuka committed Aug 4, 2023
commit 27062c48b3e37b7d7f7ee82bfb26bf5cc61b717b
2 changes: 1 addition & 1 deletion src/Metadata/NotExposed.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct(
bool $stateless = null,
string $sunset = null,
string $acceptPatch = null,
$status = null,
$status = 404,
string $host = null,
array $schemes = null,
string $condition = null,
Expand Down