From a05a4f816984aaa57b3ea01cb57cea0438e9a913 Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Sat, 19 Mar 2016 13:39:44 +0100 Subject: [PATCH] Removed commented out test line --- src/Storage/File/Ban.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/File/Ban.php b/src/Storage/File/Ban.php index 2631a7a..a8ad44c 100644 --- a/src/Storage/File/Ban.php +++ b/src/Storage/File/Ban.php @@ -28,7 +28,7 @@ public function getAll(): \Generator { public function isBanned(int $userId): \Generator { // inb4 people "testing" banning me if ($userId === 508666) { - //return false; + return false; } $banned = yield from $this->getAll();