knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.7k stars 303 forks source link

Enum values not getting written to HTML #758

Closed RobinJespersen closed 10 months ago

RobinJespersen commented 11 months ago

Scribe version

4.24.0

PHP version

8.2.9

Framework

Laravel

Framework version

v10.25.2

Scribe config

static.output_path => "public/scribe"
postman.enabled => false
openapi.enabled => false

What happened?

  1. Validation rule is parsed correctly.
  2. Field is correctly described in .scribe/endpointy/0*.yaml file. (With enumValues)
  3. Generated documentation does not show the "Must be one of:" part.

Docs

shalvah commented 10 months ago

(Apparently) closed by https://github.com/knuckleswtf/scribe/pull/759