@@ -215,6 +215,9 @@ |
||
| 215 | 215 | $this->buildJob($status,$fields->getRowsHash()); |
| 216 | 216 | } |
| 217 | 217 | |
| 218 | + /** |
|
| 219 | + * @param \Organizations\Entity\Organization $organization |
|
| 220 | + */ |
|
| 218 | 221 | public function buildJob($status, $definitions,$organization = null) |
| 219 | 222 | { |
| 220 | 223 | $normalizedField = [ |
@@ -404,7 +404,7 @@ |
||
| 404 | 404 | /** |
| 405 | 405 | * {@inheritDoc} |
| 406 | 406 | * @see \Applications\Entity\ApplicationInterface::getSummary() |
| 407 | - * @return Application |
|
| 407 | + * @return string |
|
| 408 | 408 | */ |
| 409 | 409 | public function getSummary() |
| 410 | 410 | { |
@@ -41,6 +41,9 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | protected $message; |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param StatusInterface|null $status |
|
| 46 | + */ |
|
| 44 | 47 | public function __construct($status, $message = '[System]') |
| 45 | 48 | { |
| 46 | 49 | if (!$status instanceof StatusInterface) { |
@@ -116,7 +119,7 @@ discard block |
||
| 116 | 119 | /** |
| 117 | 120 | * Sets the history message |
| 118 | 121 | * |
| 119 | - * @param $message |
|
| 122 | + * @param string $message |
|
| 120 | 123 | * |
| 121 | 124 | * @return $this |
| 122 | 125 | */ |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | /** |
| 122 | 122 | * Gets the the maximum number of allowed attachments |
| 123 | 123 | * |
| 124 | - * @return string |
|
| 124 | + * @return integer |
|
| 125 | 125 | */ |
| 126 | 126 | public function getAttachmentsCount() |
| 127 | 127 | { |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | /** |
| 143 | 143 | * Gets the the maximum size of contact images in bytes |
| 144 | 144 | * |
| 145 | - * @return string |
|
| 145 | + * @return integer |
|
| 146 | 146 | */ |
| 147 | 147 | public function getContactImageMaxSize() |
| 148 | 148 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * Updates fiile permissions on Flush |
| 36 | 36 | * |
| 37 | 37 | * @param OnFlushEventArgs $eventArgs |
| 38 | - * @return boolean |
|
| 38 | + * @return boolean|null |
|
| 39 | 39 | */ |
| 40 | 40 | public function onFlush(OnFlushEventArgs $eventArgs) |
| 41 | 41 | { |
@@ -374,7 +374,6 @@ |
||
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 376 | /** |
| 377 | - * @param mixed $element |
|
| 378 | 377 | * @return mixed |
| 379 | 378 | */ |
| 380 | 379 | protected function getElement($key) |
@@ -201,6 +201,7 @@ |
||
| 201 | 201 | * Try to create relative symlink. |
| 202 | 202 | * |
| 203 | 203 | * Falling back to absolute symlink and finally hard copy. |
| 204 | + * @param string $targetDir |
|
| 204 | 205 | */ |
| 205 | 206 | private function relativeSymlinkWithFallback($originDir, $targetDir) |
| 206 | 207 | { |
@@ -153,6 +153,9 @@ |
||
| 153 | 153 | $this->runCommand($command); |
| 154 | 154 | } |
| 155 | 155 | |
| 156 | + /** |
|
| 157 | + * @param string $command |
|
| 158 | + */ |
|
| 156 | 159 | private function runCommand($command) |
| 157 | 160 | { |
| 158 | 161 | if ($this->io->getVerbosity() === OutputInterface::VERBOSITY_DEBUG) { |
@@ -128,7 +128,6 @@ |
||
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | - * @param ControllerManager $controllerManager |
|
| 132 | 131 | * @return CreatePaginator |
| 133 | 132 | * @codeCoverageIgnore |
| 134 | 133 | */ |