Completed
Push — master ( 328402...1cd18c )
by Julien
587:13 queued 584:54
created
src/Aent/Payload/CI/DockerComposeDeployJobPayload.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function toArray(): array
25 25
     {
26 26
         return [
27
-          'DOCKER_COMPOSE_FILENAME' => $this->dockerComposeFilename,
27
+            'DOCKER_COMPOSE_FILENAME' => $this->dockerComposeFilename,
28 28
         ];
29 29
     }
30 30
 
Please login to merge, or discard this patch.
src/Aent/K8SProvider/Provider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,10 +85,10 @@
 block discarded – undo
85 85
     public function toArray(): array
86 86
     {
87 87
         return [
88
-           'PROVIDER_NAME' => $this->name,
89
-           'CERT_MANAGER' => $this->certManager ? '1' : '0',
90
-           'USE_NODE_PORT_FOR_INGRESS' => $this->useNodePortForIngress ? '1' : '0',
91
-           'INGRESS_CLASS' => $this->ingressClass,
88
+            'PROVIDER_NAME' => $this->name,
89
+            'CERT_MANAGER' => $this->certManager ? '1' : '0',
90
+            'USE_NODE_PORT_FOR_INGRESS' => $this->useNodePortForIngress ? '1' : '0',
91
+            'INGRESS_CLASS' => $this->ingressClass,
92 92
         ];
93 93
     }
94 94
 
Please login to merge, or discard this patch.