Skip to content

Commit 82da2d1

Browse files
authored
fixes new CS issues (GoogleCloudPlatform#623)
1 parent dc908cc commit 82da2d1

17 files changed

+0
-17
lines changed

appengine/flexible/tasks/test/createTaskTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace Google\Cloud\Samples\Tasks\Tests;
1919

20-
use Symfony\Component\Console\Application;
2120
use Symfony\Component\Console\Tester\CommandTester;
2221
use PHPUnit\Framework\TestCase;
2322

error_reporting/src/report_error_grpc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
require_once __DIR__ . '/../vendor/autoload.php';
2121

22-
use Exception;
2322
# [START report_error_grpc]
2423
use Google\Cloud\ErrorReporting\V1beta1\ReportErrorsServiceClient;
2524
use Google\Cloud\ErrorReporting\V1beta1\ErrorContext;

error_reporting/test/error_reportingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
namespace Google\Cloud\Samples\ErrorReporting;
1919

2020
use PHPUnit\Framework\TestCase;
21-
use Symfony\Component\Console\Application;
2221
use Symfony\Component\Console\Tester\CommandTester;
2322

2423
class error_reportingTest extends TestCase

firestore/test/firestoreTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace Google\Cloud\Samples\Firestore\Tests;
1919

20-
use Symfony\Component\Console\Application;
2120
use Symfony\Component\Console\Tester\CommandTester;
2221

2322
/**

language/test/languageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace Google\Cloud\Samples\Language\Tests;
1919

20-
use Symfony\Component\Console\Application;
2120
use Symfony\Component\Console\Tester\CommandTester;
2221

2322
/**

monitoring/test/monitoringTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
namespace Google\Cloud\Samples\Monitoring;
1919

2020
use Google\Cloud\TestUtils\EventuallyConsistentTestTrait;
21-
use Symfony\Component\Console\Application;
2221
use Symfony\Component\Console\Tester\CommandTester;
2322

2423
class monitoringTest extends \PHPUnit_Framework_TestCase

spanner/test/spannerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Google\Cloud\Spanner\SpannerClient;
2121
use Google\Cloud\Spanner\Instance;
2222
use PHPUnit\Framework\TestCase;
23-
use Symfony\Component\Console\Application;
2423
use Symfony\Component\Console\Tester\CommandTester;
2524

2625
class spannerTest extends TestCase

storage/test/BucketAclCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Google\Cloud\Core\Exception\NotFoundException;
2121
use Google\Cloud\Samples\Storage\BucketAclCommand;
2222
use Google\Cloud\Storage\StorageClient;
23-
use Symfony\Component\Console\Application;
2423
use Symfony\Component\Console\Tester\CommandTester;
2524

2625
/**

storage/test/BucketDefaultAclCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Google\Cloud\Core\Exception\NotFoundException;
2121
use Google\Cloud\Samples\Storage\BucketDefaultAclCommand;
2222
use Google\Cloud\Storage\StorageClient;
23-
use Symfony\Component\Console\Application;
2423
use Symfony\Component\Console\Tester\CommandTester;
2524

2625
/**

storage/test/BucketLabelsCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Samples\Storage\BucketLabelsCommand;
2121
use Google\Cloud\Storage\StorageClient;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

storage/test/BucketsCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Samples\Storage\BucketsCommand;
2121
use Google\Cloud\Storage\StorageClient;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

storage/test/EncryptionCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Core\Exception\BadRequestException;
2121
use Google\Cloud\Samples\Storage\EncryptionCommand;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

storage/test/IamCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Samples\Storage\IamCommand;
2121
use Google\Cloud\Storage\StorageClient;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

storage/test/ObjectAclCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Google\Cloud\Core\Exception\NotFoundException;
2121
use Google\Cloud\Samples\Storage\ObjectAclCommand;
2222
use Google\Cloud\Storage\StorageClient;
23-
use Symfony\Component\Console\Application;
2423
use Symfony\Component\Console\Tester\CommandTester;
2524

2625
/**

storage/test/ObjectsCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Samples\Storage\ObjectsCommand;
2121
use Google\Cloud\Storage\StorageClient;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

storage/test/RequesterPaysCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
use Google\Cloud\Samples\Storage\RequesterPaysCommand;
2121
use Google\Cloud\Storage\StorageClient;
22-
use Symfony\Component\Console\Application;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423

2524
/**

tasks/test/tasksTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace Google\Cloud\Samples\Tasks\Tests;
1919

20-
use Symfony\Component\Console\Application;
2120
use Symfony\Component\Console\Tester\CommandTester;
2221
use PHPUnit\Framework\TestCase;
2322

0 commit comments

Comments
 (0)