Completed
Push — master ( f82605...39b80f )
by Lukáš
36:49 queued 30:33
created
src/Format/JsonFormat.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Format;
5 5
 
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 	 */
14 14
 	public function setFormat(callable $handler): callable
15 15
 	{
16
-		return function (RequestInterface $request, array $options) use ($handler) {
16
+		return function(RequestInterface $request, array $options) use ($handler) {
17 17
 			return $handler($request->withAddedHeader('Content-Type', 'application/json')->withAddedHeader('Accept', 'application/json'), $options);
18 18
 		};
19 19
 	}
Please login to merge, or discard this patch.
src/Endpoints/System/LogStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
src/Authentication/AuthenticationInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
src/Authentication/TokenHeaderAuthentication.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Format;
5 5
 
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 	 */
14 14
 	public function setFormat(callable $handler): callable
15 15
 	{
16
-		return function (RequestInterface $request, array $options) use ($handler) {
16
+		return function(RequestInterface $request, array $options) use ($handler) {
17 17
 			return $handler($request->withAddedHeader('Content-Type', 'application/json')->withAddedHeader('Accept', 'application/json'), $options);
18 18
 		};
19 19
 	}
Please login to merge, or discard this patch.
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
src/Endpoints/Job/Job.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
src/Endpoints/Token/Token.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.
src/Endpoints/Execution/Execution.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Lookyman\Rundeck\Api\Endpoints\System;
5 5
 
Please login to merge, or discard this patch.