knuckleswtf / scribe

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

fix: enum rule no longer overrides description #667

Closed Rasmus-Bertell closed 1 year ago

Rasmus-Bertell commented 1 year ago

Add a missing string concatenation when dealing with enum rules and a test for it.

closes #665