@@ -107,7 +107,6 @@ |
||
| 107 | 107 | |
| 108 | 108 | /** |
| 109 | 109 | * Get PDF document list |
| 110 | - |
|
| 111 | 110 | * @return array of attachments |
| 112 | 111 | */ |
| 113 | 112 | protected function getAttachments() |
@@ -439,7 +439,7 @@ |
||
| 439 | 439 | |
| 440 | 440 | $domXPath2 = \EWW\Dpf\Helper\XPath::create($doc2); |
| 441 | 441 | |
| 442 | - // second part nested xpath |
|
| 442 | + // second part nested xpath |
|
| 443 | 443 | if ($match[2] && $secondMatch[2]) { |
| 444 | 444 | // import node from nested |
| 445 | 445 | $docXMLNested = new \DOMDocument(); |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | - * @return string |
|
| 21 | + * @return string |
|
| 22 | 22 | */ |
| 23 | 23 | public function render() |
| 24 | 24 | { |
@@ -16,5 +16,5 @@ |
||
| 16 | 16 | |
| 17 | 17 | interface DPFExceptionInterface |
| 18 | 18 | { |
| 19 | - public function messageLanguageKey(); |
|
| 19 | + public function messageLanguageKey(); |
|
| 20 | 20 | } |
| 21 | 21 | \ No newline at end of file |
@@ -107,7 +107,6 @@ |
||
| 107 | 107 | |
| 108 | 108 | /** |
| 109 | 109 | * Get PDF document list |
| 110 | - |
|
| 111 | 110 | * @return array of attachments |
| 112 | 111 | */ |
| 113 | 112 | protected function getAttachments() |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | protected function getViewIcon(array $row, $pageUid, $apiPid, $insideText, $class) |
| 82 | 82 | { |
| 83 | 83 | |
| 84 | - $previewMets = $this->uriBuilder |
|
| 84 | + $previewMets = $this->uriBuilder |
|
| 85 | 85 | ->reset() |
| 86 | 86 | ->setTargetPageUid($apiPid) |
| 87 | 87 | ->setArguments(array( 'tx_dpf' => $row)) |
@@ -218,7 +218,7 @@ |
||
| 218 | 218 | ); |
| 219 | 219 | } else { |
| 220 | 220 | $definitionBuilder->addTransition( |
| 221 | - new Transition($transitionName, $fromState, $transition["to"]) |
|
| 221 | + new Transition($transitionName, $fromState, $transition["to"]) |
|
| 222 | 222 | ); |
| 223 | 223 | } |
| 224 | 224 | } |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | |
| 65 | 65 | public function __construct() |
| 66 | 66 | { |
| 67 | - $this->workflow = DocumentWorkflow::getWorkflow(); |
|
| 67 | + $this->workflow = DocumentWorkflow::getWorkflow(); |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | |
@@ -309,7 +309,7 @@ discard block |
||
| 309 | 309 | $this->workflow->can($document, \EWW\Dpf\Domain\Workflow\DocumentWorkflow::TRANSITION_REGISTER) && |
| 310 | 310 | $document->getCreator() === $this->security->getUser()->getUid() |
| 311 | 311 | ) { |
| 312 | - return TRUE; |
|
| 312 | + return TRUE; |
|
| 313 | 313 | } |
| 314 | 314 | |
| 315 | 315 | return FALSE; |
@@ -327,8 +327,8 @@ |
||
| 327 | 327 | } |
| 328 | 328 | |
| 329 | 329 | /** |
| 330 | - * extended search action |
|
| 331 | - */ |
|
| 330 | + * extended search action |
|
| 331 | + */ |
|
| 332 | 332 | public function extendedSearchAction() |
| 333 | 333 | { |
| 334 | 334 | /** @var FrontendUser $feUser */ |