theorchard / monolog-cascade

Configure multiple loggers and handlers in the blink of an eye
MIT License
145 stars 62 forks source link

Fixed IO param types for proper type hinting. #26

Closed jian-wu closed 9 years ago

jian-wu commented 9 years ago

@rantonmattei I fixed a few issues with param types for better type hinting.

jian-wu commented 9 years ago

@rantonmattei can you please shed some light on the coverage report? I'm not sure how it went from 100% to 0%. Thanks.

rantonmattei commented 9 years ago

@jian-wu Yeah, this is weird. Looking into it...

rantonmattei commented 9 years ago

Just remove the backslash on front of callable and this is good to go. I re-ran the Travis build and the coveralls hooks worked just fine. Don't know what happened here... Anyway, we're back to 100%.

jian-wu commented 9 years ago

OK. Fixed that up.