spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
190 stars 20 forks source link

Error with type(DB_PORT) in database.php with env() #89

Closed darakanoit closed 1 year ago

darakanoit commented 1 year ago

TcpConnectionConfig requires port as an int. When getting DB_PORT from env(), we get a string and a typing error. I think we need to add type casting. image image