Completed
Branch job-promo (af043b)
by Adam
06:33
created
app/Console/Commands/PurgeViews.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     private function store($page, $hits)
87 87
     {
88 88
         foreach ($hits as $hit) {
89
-            list($userId, ) = explode(';', $hit);
89
+            list($userId,) = explode(';', $hit);
90 90
 
91 91
             if (is_numeric($userId)) {
92 92
                 /** @var \Coyote\Page\Visit $visits */
Please login to merge, or discard this patch.
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.