vardump / optimus

A social media auto bot
0 stars 1 forks source link

Refactor Total Likes Method #15

Closed mmikhan closed 8 years ago

mmikhan commented 8 years ago

Can you please refactor the total_likes() method which is located on the Settings controller? There's multiple return statement in the catch block which would never run. The return statement means, the code ends and whatever code you put after the return statement, it would never run.

https://github.com/vardump/optimus/blob/master/app/Http/Controllers/Settings.php#L348

mmikhan commented 8 years ago

Resolved https://github.com/vardump/optimus/commit/8fa88b1af820400d24dea19ab1db821c4dd5a894