Skip to content

Commit

Permalink
Package description must be right above the class name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 2, 2013
1 parent aaaf14f commit b10c64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-cli-package-command.php
@@ -1,7 +1,4 @@
<?php
/**
* Browse, install, update, and uninstall WP-CLI community packages.
*/
use \Composer\Factory;
use \Composer\IO\NullIO;
use \Composer\Json\JsonFile;
Expand All @@ -11,6 +8,9 @@
use \Composer\Repository\RepositoryManager;
use \Composer\Util\Filesystem;

/**
* Browse, install, update, and uninstall WP-CLI community packages.
*/
class WP_CLI_Package_Command extends WP_CLI_Command {

private $fields = array(
Expand Down

0 comments on commit b10c64c

Please sign in to comment.