Skip to content

Commit

Permalink
Merge pull request #1240 from enzolutions/namespaces
Browse files Browse the repository at this point in the history
[console] Fixed @file section for Cron namespaces Commands
  • Loading branch information
enzolutions committed Nov 13, 2015
2 parents d95d42f + f0f83b4 commit 77bfd00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Command/Cron/DebugCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\Console\Command\RestDebugCommand.
* Contains \Drupal\Console\Command\Cron\DebugCommand.
*/

namespace Drupal\Console\Command\Cron;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Cron/ExecuteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\Console\Command\RestDebugCommand.
* Contains \Drupal\Console\Command\Cron\ExecuteCommand.
*/

namespace Drupal\Console\Command\Cron;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Cron/ReleaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\Console\Command\CronReleaseCommand.
* Contains \Drupal\Console\Command\Cron\ReleaseCommand.
*/

namespace Drupal\Console\Command\Cron;
Expand Down

0 comments on commit 77bfd00

Please sign in to comment.