@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Zewa\HTTP; |
4 | 4 | |
5 | 5 | use Zewa\Container; |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | unset($_SESSION[$variable], $this->flashdata[$variable]); |
52 | 52 | } else { |
53 | 53 | $this->flashdata[$variable]['value'] = $data['value']; |
54 | - $this->flashdata[$variable]['increment'] ++; |
|
54 | + $this->flashdata[$variable]['increment']++; |
|
55 | 55 | } |
56 | 56 | } |
57 | 57 |