Skip to content

Commit

Permalink
Merge pull request #37 from renoki-co/analysis-9moaMw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rennokki authored Nov 1, 2020
2 parents b7f25bd + 72fb69e commit 204a20b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Instances/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public function getMaxCpu()
return $this->getAttribute('resources.limits.cpu', null);
}


/**
* Set the readiness probe for the container.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace RenokiCo\PhpK8s\Test;

use RenokiCo\PhpK8s\K8s;
use RenokiCo\PhpK8s\Instances\Probe;
use RenokiCo\PhpK8s\K8s;

class ContainerTest extends TestCase
{
Expand Down

0 comments on commit 204a20b

Please sign in to comment.