Skip to content

Commit

Permalink
Ran php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Apr 20, 2023
1 parent 4ebb9fe commit 6e4e2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Action/SFTP/Builder/ActionBuilderInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Kiboko\Component\Satellite\Action\SFTP\Builder;

use PhpParser\Builder;
Expand All @@ -11,4 +13,3 @@ public function withLogger(Node\Expr $logger): self;

public function withState(Node\Expr $state): self;
}

0 comments on commit 6e4e2c7

Please sign in to comment.