Skip to content

Commit a462e7c

Browse files
author
Sven van Hees
committed
Apply styleci fixes.
1 parent ce5c6c2 commit a462e7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Kinds/K8sIngress.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public function setTls(array $tlsData = [])
9393
return $this->setSpec('tls', $tlsData);
9494
}
9595

96-
9796
/**
9897
* Get the tls spec.
9998
*

tests/IngressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class IngressTest extends TestCase
3434
*/
3535
protected static $tls = [[
3636
'hosts' => [
37-
'nginx.test.com'
37+
'nginx.test.com',
3838
],
3939
'secretName' => 'verySecretName',
4040
]];

0 commit comments

Comments
 (0)