@@ -75,6 +75,7 @@ discard block |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |
78 | + * @param string $code |
|
78 | 79 | */ |
79 | 80 | public function setActionCode($code) { |
80 | 81 | $this->actionCode = $code; |
@@ -89,6 +90,7 @@ discard block |
||
89 | 90 | |
90 | 91 | /** |
91 | 92 | * @param int |
93 | + * @param string $seconds |
|
92 | 94 | */ |
93 | 95 | public function setEstimatedTime($seconds) { |
94 | 96 | $this->estimatedTime = $seconds; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Base class for the APINouns |
|
4 | - */ |
|
3 | + * Base class for the APINouns |
|
4 | + */ |
|
5 | 5 | class APINoun extends Controller { |
6 | 6 | |
7 | 7 | /** |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Will convert the Filename to the version 1.2 of deploynaut where it |
|
4 | - * more or less is exactly is the same as the Name but with .rb |
|
5 | - */ |
|
3 | + * Will convert the Filename to the version 1.2 of deploynaut where it |
|
4 | + * more or less is exactly is the same as the Name but with .rb |
|
5 | + */ |
|
6 | 6 | class DNMigrate1_1to1_2 extends BuildTask { |
7 | 7 | /** |
8 | 8 | * @param SS_HTTPRequest $request |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Surface Filesystem::sync() as a dev task in case CMS has not been included. |
|
4 | - */ |
|
3 | + * Surface Filesystem::sync() as a dev task in case CMS has not been included. |
|
4 | + */ |
|
5 | 5 | class CMSFilesystemSyncTask extends BuildTask { |
6 | 6 | public function run($request = null) { |
7 | 7 | Filesystem::sync(); |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This class will queue a ping job and also proxy to the log file of that output |
|
4 | - * |
|
5 | - * @property string $ResqueToken |
|
6 | - * |
|
7 | - * @method DNEnvironment Environment() |
|
8 | - * @property int EnvironmentID |
|
9 | - * @method Member Deployer() |
|
10 | - * @property int DeployerID |
|
11 | - */ |
|
3 | + * This class will queue a ping job and also proxy to the log file of that output |
|
4 | + * |
|
5 | + * @property string $ResqueToken |
|
6 | + * |
|
7 | + * @method DNEnvironment Environment() |
|
8 | + * @property int EnvironmentID |
|
9 | + * @method Member Deployer() |
|
10 | + * @property int DeployerID |
|
11 | + */ |
|
12 | 12 | class DNPing extends DataObject { |
13 | 13 | |
14 | 14 | /** |
@@ -961,7 +961,7 @@ |
||
961 | 961 | * @param array $data |
962 | 962 | * @param Form $form |
963 | 963 | * |
964 | - * @return bool|HTMLText|SS_HTTPResponse |
|
964 | + * @return SS_HTTPResponse|null |
|
965 | 965 | */ |
966 | 966 | public function doCreateEnvironment($data, Form $form) { |
967 | 967 | $this->setCurrentActionType(self::ACTION_ENVIRONMENTS); |