We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a359429 commit bc38bc7Copy full SHA for bc38bc7
.php_cs.dist
@@ -9,8 +9,6 @@ return PhpCsFixer\Config::create()
9
])
10
->setFinder(
11
PhpCsFixer\Finder::create()
12
- ->notPath('appengine/wordpress/src/files/flexible/wp-config.php')
13
- ->notPath('appengine/wordpress/src/files/standard/wp-config.php')
14
->in(__DIR__)
15
)
16
;
storage/test/BucketAclCommandTest.php
@@ -22,7 +22,6 @@
22
use Google\Cloud\TestUtils\ExecuteCommandTrait;
23
use Google\Cloud\Samples\Storage\BucketAclCommand;
24
use Google\Cloud\Storage\StorageClient;
25
-use Symfony\Component\Console\Tester\CommandTester;
26
27
/**
28
* Unit Tests for BucketAclCommand.
0 commit comments