Passed
Pull Request — master (#1516)
by Daniel
03:46
created
tests/Integration/Command/Share/AddTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,7 @@
 block discarded – undo
35 35
 use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException;
36 36
 use Symfony\Component\Console\Tester\CommandTester;
37 37
 
38
-class AddTest extends TestCase
39
-{
38
+class AddTest extends TestCase {
40 39
 	use TShareCommandTest;
41 40
 
42 41
 	public function setUp(): void {
Please login to merge, or discard this patch.
tests/Integration/Command/Share/RemoveTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,7 @@
 block discarded – undo
30 30
 use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException;
31 31
 use Symfony\Component\Console\Tester\CommandTester;
32 32
 
33
-class RemoveTest extends TestCase
34
-{
33
+class RemoveTest extends TestCase {
35 34
 	use TShareCommandTest;
36 35
 
37 36
 	public function setUp(): void {
Please login to merge, or discard this patch.