Skip to content

Commit 72fb69e

Browse files
rennokkiStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent b7f25bd commit 72fb69e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Instances/Container.php

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public function getMaxCpu()
139139
return $this->getAttribute('resources.limits.cpu', null);
140140
}
141141

142-
143142
/**
144143
* Set the readiness probe for the container.
145144
*

tests/ContainerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace RenokiCo\PhpK8s\Test;
44

5-
use RenokiCo\PhpK8s\K8s;
65
use RenokiCo\PhpK8s\Instances\Probe;
6+
use RenokiCo\PhpK8s\K8s;
77

88
class ContainerTest extends TestCase
99
{

0 commit comments

Comments
 (0)