Skip to content

Commit bc38bc7

Browse files
authored
fix wordpress paths - they no longer need to be ignored (GoogleCloudPlatform#638)
1 parent a359429 commit bc38bc7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.php_cs.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ return PhpCsFixer\Config::create()
99
])
1010
->setFinder(
1111
PhpCsFixer\Finder::create()
12-
->notPath('appengine/wordpress/src/files/flexible/wp-config.php')
13-
->notPath('appengine/wordpress/src/files/standard/wp-config.php')
1412
->in(__DIR__)
1513
)
1614
;

storage/test/BucketAclCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Google\Cloud\TestUtils\ExecuteCommandTrait;
2323
use Google\Cloud\Samples\Storage\BucketAclCommand;
2424
use Google\Cloud\Storage\StorageClient;
25-
use Symfony\Component\Console\Tester\CommandTester;
2625

2726
/**
2827
* Unit Tests for BucketAclCommand.

0 commit comments

Comments
 (0)