@@ -20,7 +20,6 @@ |
||
20 | 20 | use Nette\Bridges; |
21 | 21 | use Nette\ComponentModel; |
22 | 22 | use Nette\Forms; |
23 | - |
|
24 | 23 | use IPub\ConfirmationDialog\Exceptions; |
25 | 24 | use IPub\ConfirmationDialog\Storage; |
26 | 25 |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | * @date 31.03.14 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Components; |
18 | 18 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | string $templateFile = NULL, |
54 | 54 | Storage\IStorage $storage |
55 | 55 | ) { |
56 | - list(, , $parent, $name) = func_get_args() + [NULL, NULL, NULL, NULL]; |
|
56 | + list(,, $parent, $name) = func_get_args() + [NULL, NULL, NULL, NULL]; |
|
57 | 57 | |
58 | 58 | parent::__construct($storage, $parent, $name); |
59 | 59 | |
@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | */ |
274 | 274 | private function generateToken() : string |
275 | 275 | { |
276 | - return base_convert(md5(uniqid('confirm' . $this->getName(), TRUE)), 16, 36); |
|
276 | + return base_convert(md5(uniqid('confirm'.$this->getName(), TRUE)), 16, 36); |
|
277 | 277 | } |
278 | 278 | |
279 | 279 | /** |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 26.07.14 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Storage; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 08.06.14 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Storage; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 31.01.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 31.01.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 31.01.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 01.02.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 01.02.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 02.02.15 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\ConfirmationDialog\Exceptions; |
18 | 18 |