fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

Fix formatting and allow calculating more outputs. #126

Open programmin1 opened 1 year ago

programmin1 commented 1 year ago

Fixes odd whitespace and fix it so more than 12 values can be returned to console.

programmin1 commented 1 year ago

The only warning is "readline() is discouraged" but this is just for inputting command line CLI PHP.

Any issues with this PR that you see?