@@ -232,9 +232,9 @@ |
||
| 232 | 232 | return $this->dateInterval; |
| 233 | 233 | } |
| 234 | 234 | |
| 235 | - /** |
|
| 236 | - * @return TimeGraphWidgetInterface Chainable |
|
| 237 | - */ |
|
| 235 | + /** |
|
| 236 | + * @return TimeGraphWidgetInterface Chainable |
|
| 237 | + */ |
|
| 238 | 238 | protected function setGroupingTypeByHour() |
| 239 | 239 | { |
| 240 | 240 | $this->setDateFormat('Y-m-d H:i'); |
@@ -51,8 +51,8 @@ |
||
| 51 | 51 | */ |
| 52 | 52 | public function series(); |
| 53 | 53 | |
| 54 | - /** |
|
| 55 | - * @return string JSONified series structure. |
|
| 56 | - */ |
|
| 54 | + /** |
|
| 55 | + * @return string JSONified series structure. |
|
| 56 | + */ |
|
| 57 | 57 | public function seriesJson(); |
| 58 | 58 | } |
@@ -102,10 +102,10 @@ |
||
| 102 | 102 | return $this->recordingEnabled; |
| 103 | 103 | } |
| 104 | 104 | |
| 105 | - /** |
|
| 106 | - * @param boolean $fileEnabled If file upload is enabled or not for this widget. |
|
| 107 | - * @return AudioInput Chainable |
|
| 108 | - */ |
|
| 105 | + /** |
|
| 106 | + * @param boolean $fileEnabled If file upload is enabled or not for this widget. |
|
| 107 | + * @return AudioInput Chainable |
|
| 108 | + */ |
|
| 109 | 109 | public function setFileEnabled($fileEnabled) |
| 110 | 110 | { |
| 111 | 111 | $this->fileEnabled = !!$fileEnabled; |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | $acl = new Acl(); |
| 59 | 59 | |
| 60 | - // Add admin resource for ACL |
|
| 60 | + // Add admin resource for ACL |
|
| 61 | 61 | $acl->addResource(new AclResource($resourceName)); |
| 62 | 62 | |
| 63 | 63 | // Setup default permissions (from admin config) |
@@ -26,10 +26,10 @@ |
||
| 26 | 26 | return 'hourly'; |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | - /** |
|
| 30 | - * Retrieve the "minimal" date that the revisions should have been made for this script. |
|
| 31 | - * @return DateTime |
|
| 32 | - */ |
|
| 29 | + /** |
|
| 30 | + * Retrieve the "minimal" date that the revisions should have been made for this script. |
|
| 31 | + * @return DateTime |
|
| 32 | + */ |
|
| 33 | 33 | protected function startDate() |
| 34 | 34 | { |
| 35 | 35 | $d = new DateTime('1 hour ago'); |
@@ -37,8 +37,8 @@ |
||
| 37 | 37 | |
| 38 | 38 | $collection = new HierarchicalCollection($loader->load(), false); |
| 39 | 39 | $collection->setPage($loader->page()) |
| 40 | - ->setNumPerPage($loader->numPerPage()) |
|
| 41 | - ->sortTree(); |
|
| 40 | + ->setNumPerPage($loader->numPerPage()) |
|
| 41 | + ->sortTree(); |
|
| 42 | 42 | |
| 43 | 43 | return $this->parseChoices($collection); |
| 44 | 44 | } |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | 'now' => [ |
| 79 | 79 | 'longPrefix' => 'now', |
| 80 | 80 | 'description' => 'The "relative" time this script should run at. '. |
| 81 | - 'If nothing is provided, default "now" is used.', |
|
| 81 | + 'If nothing is provided, default "now" is used.', |
|
| 82 | 82 | 'defaultValue' => 'now' |
| 83 | 83 | ] |
| 84 | 84 | ]; |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | 'obj-id' => [ |
| 52 | 52 | 'longPrefix' => 'obj-id', |
| 53 | 53 | 'description' => 'Object ID. Must have "obj-type" set to have any effect. '. |
| 54 | - 'Leave empty to process all objects.', |
|
| 54 | + 'Leave empty to process all objects.', |
|
| 55 | 55 | 'defaultValue' => '' |
| 56 | 56 | ] |
| 57 | 57 | ]; |
@@ -35,7 +35,6 @@ |
||
| 35 | 35 | * - `name` (_string_) — The custom file name. |
| 36 | 36 | * - `disposition` (_string_) ["inline"] — How the response should be treated. |
| 37 | 37 | * Available options: "inline", "attachment". |
| 38 | - |
|
| 39 | 38 | * ## Response |
| 40 | 39 | * |
| 41 | 40 | * - {@see Psr\Http\Message\StreamInterface} - A streamed response for the given file. |