Skip to content

Commit 63c1341

Browse files
committed
php cs fixes
1 parent 59fad43 commit 63c1341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SqsExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Enqueue\Test;
34

45
use Enqueue\Sqs\SqsConnectionFactory;
@@ -24,4 +25,4 @@ private function buildSqsContext()
2425

2526
return (new SqsConnectionFactory($config))->createContext();
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)