Skip to content

Commit 6e4e2c7

Browse files
committed
Ran php-cs-fixer
1 parent 4ebb9fe commit 6e4e2c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Action/SFTP/Builder/ActionBuilderInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Kiboko\Component\Satellite\Action\SFTP\Builder;
46

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

1214
public function withState(Node\Expr $state): self;
1315
}
14-

0 commit comments

Comments
 (0)