knuckleswtf / scribe

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

Hotfix/fix type comparison #841

Closed mikeah2011 closed 1 month ago

mikeah2011 commented 1 month ago

https://github.com/knuckleswtf/scribe/issues/836

After investigation, it was found that weak type comparison was used due to string comparison, and using === can solve the problem

shalvah commented 1 month ago

Fucking PHP. Thanks.