php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

Fix bug in solution of exercise 3, also update the describe of problem. #64

Closed weichenlin closed 8 years ago

weichenlin commented 8 years ago

please check it

codecov-io commented 8 years ago

Current coverage is 100% (diff: 100%)

Merging #64 into master will not change coverage

@@           master   #64   diff @@
===================================
  Files          12    12          
  Lines         319   319          
  Methods        81    81          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits          319   319          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update ca0989b...fd56eb1

AydinHassan commented 8 years ago

Looks good to me, thanks @weichenlin !