Skip to content

Commit

Permalink
Check and correct phpdoc #39
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Sep 8, 2014
1 parent 593180b commit 659f1f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Console/Command/Task/TaskServerTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Task server script
*
* @package Task
* @package Console.Command.Task
* @subpackage Console.Command.Task
*/
class TaskServerTask extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion Lib/Task/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Main class for types
*
* @package Type
* @package Task
* @subpackage Task
*/
class Type {

Expand Down
6 changes: 6 additions & 0 deletions Test/Fixture/DependentTaskFixture.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Author: imsamurai <im.samuray@gmail.com>
* Date: Mar 31, 2014
* Time: 6:25:11 PM
*/

/**
* DependentTask Fixture
*
Expand Down
6 changes: 6 additions & 0 deletions Test/Fixture/TaskFixture.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Author: imsamurai <im.samuray@gmail.com>
* Date: Mar 31, 2014
* Time: 6:25:11 PM
*/

/**
* Task Fixture
*
Expand Down

0 comments on commit 659f1f9

Please sign in to comment.