@@ -86,7 +86,7 @@ |
||
| 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 */ |
@@ -79,7 +79,7 @@ |
||
| 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 | /** |
@@ -6,7 +6,7 @@ |
||
| 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 |