Test Setup Failed
Branch master (1557a3)
by Adam
04:07
created
app/Listeners/SendSuccessfulLoginEmail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             return false;
80 80
         }
81 81
 
82
-        return ! $this->stream->hasLoggedBefore($event->user->id, $event->ip, $event->browser);
82
+        return !$this->stream->hasLoggedBefore($event->user->id, $event->ip, $event->browser);
83 83
     }
84 84
 
85 85
     /**
Please login to merge, or discard this patch.
app/Http/Forms/Forum/PollForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 class PollForm extends Form
8 8
 {
9
-    const RULE_TITLE           = 'string|max:100';
9
+    const RULE_TITLE = 'string|max:100';
10 10
     // @todo dodac walidator sprawdzajacy liczbe (oraz dlugosc) linii
11 11
     // @todo musimy pisac "poll.title" jezeli ten formularz jest dzieckiem. reguly powinny byc zmieniane
12 12
     // przez klase Form
Please login to merge, or discard this patch.