WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Type hinting #36

Closed NanoSector closed 7 years ago

NanoSector commented 9 years ago

We really should be using type hinting in the bot, especially for objects, so we can leave the type checking up to PHP.

Amunak commented 9 years ago

Totally, I did try to do that as much as I could. I think

NanoSector commented 9 years ago

Seems we can type hint objects and arrays.

NanoSector commented 7 years ago

Since it's wired in to version 3.0 now I'm closing this.