Skip to content

Commit

Permalink
Remove unnecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Mar 8, 2016
1 parent 6658462 commit b61f44d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/Drush.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,10 @@
* Better:
* $object = \Drush::service('label');
*
* function hook_do_stuff() {
* $lock = lock()->acquire('stuff_lock');
* // ...
* }
* @endcode
*/
class Drush {

/**
* We should consider moving our VERSION constant here,
* to follow the style used in Drupal 8. For now, we read
* our version information from the drush.info file.
*
* Do any external clients try to read this file? With
* a class constant, any code that includes autoload.php
* may reference \Drush::VERSION. The way we have implemented
* it here allows \Drush::getVersion(), or direct parsing
* of drush.info, which is better for backwards compatibility.
*/
//const VERSION = '8.0.0-dev';

/**
* The version of Drush from the drush.info file, or FALSE if not read yet.
*
Expand Down

0 comments on commit b61f44d

Please sign in to comment.