Passed
Push — master ( 5918a4...be39d3 )
by Adam
03:03
created
src/IPub/ConfirmationDialog/Components/Confirmer.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Storage/IStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Storage/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/IOException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/IException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/FileNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/InvalidArgumentException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/InvalidStateException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/HandlerNotCallableException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.