Skip to content

Commit

Permalink
fix wordpress paths - they no longer need to be ignored (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jul 16, 2018
1 parent a359429 commit bc38bc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ return PhpCsFixer\Config::create()
])
->setFinder(
PhpCsFixer\Finder::create()
->notPath('appengine/wordpress/src/files/flexible/wp-config.php')
->notPath('appengine/wordpress/src/files/standard/wp-config.php')
->in(__DIR__)
)
;
1 change: 0 additions & 1 deletion storage/test/BucketAclCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Google\Cloud\TestUtils\ExecuteCommandTrait;
use Google\Cloud\Samples\Storage\BucketAclCommand;
use Google\Cloud\Storage\StorageClient;
use Symfony\Component\Console\Tester\CommandTester;

/**
* Unit Tests for BucketAclCommand.
Expand Down

0 comments on commit bc38bc7

Please sign in to comment.