more explicit variable types

This commit is contained in:
Shish
2016-06-19 23:05:57 +01:00
parent f8b7909426
commit 6febdec7b5
26 changed files with 61 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
*/
class LogNet extends Extension {
var $count = 0;
private $count = 0;
public function onLog(LogEvent $event) {
global $user;