Passed
Push — master ( 1991ec...391449 )
by Ralf
09:39
created
Classes/Plugins/DownloadTool/DownloadTool.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,6 @@
 block discarded – undo
107 107
 
108 108
     /**
109 109
      * Get PDF document list
110
-
111 110
      * @return array of attachments
112 111
      */
113 112
     protected function getAttachments()
Please login to merge, or discard this patch.
Classes/Services/MetsExporter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -439,7 +439,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
Classes/ViewHelpers/GetTypo3ModeViewHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
 
20 20
     /**
21
-      * @return string
21
+     * @return string
22 22
      */
23 23
     public function render()
24 24
     {
Please login to merge, or discard this patch.
Classes/Exceptions/DPFExceptionInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Classes/Plugins/MetaTags/MetaTags.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,6 @@
 block discarded – undo
107 107
 
108 108
     /**
109 109
      * Get PDF document list
110
-
111 110
      * @return array of attachments
112 111
      */
113 112
     protected function getAttachments()
Please login to merge, or discard this patch.
Classes/ViewHelpers/Link/PreviewViewHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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))
Please login to merge, or discard this patch.
Classes/Domain/Workflow/DocumentWorkflow.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.
Classes/Security/DocumentVoter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
Classes/Controller/SearchController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -327,8 +327,8 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.