Passed
Pull Request — master (#123)
by Sebastian
04:18
created
Classes/Controller/AudioPlayerController.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,12 +52,12 @@
 block discarded – undo
52 52
             $(document).ready(function() {
53 53
                 AudioPlayer = new dlfAudioPlayer({
54 54
                     audio: {
55
-                        mimeType: "' . $this->audio['mimetype'] . '",
56
-                        title: "' . $this->audio['label'] . '",
57
-                        url:  "' . $this->audio['url'] . '"
55
+                        mimeType: "' . $this->audio['mimetype'].'",
56
+                        title: "' . $this->audio['label'].'",
57
+                        url:  "' . $this->audio['url'].'"
58 58
                     },
59 59
                     parentElId: "tx-dlf-audio",
60
-                    swfPath: "' . PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath('dlf')) . 'Resources/Public/JavaScript/jPlayer/jquery.jplayer.swf"
60
+                    swfPath: "' . PathUtility::stripPathSitePrefix(ExtensionManagementUtility::extPath('dlf')).'Resources/Public/JavaScript/jPlayer/jquery.jplayer.swf"
61 61
                 });
62 62
             });
63 63
         ';
Please login to merge, or discard this patch.
Configuration/TCA/Overrides/tt_content.php 1 patch
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -16,67 +16,67 @@
 block discarded – undo
16 16
 // Plugin "audioplayer".
17 17
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_audioplayer'] = 'layout,select_key,pages,recursive';
18 18
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_audioplayer'] = 'pi_flexform';
19
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_audioplayer', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/AudioPlayer.xml');
19
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_audioplayer', 'FILE:EXT:'.'dlf/Configuration/FlexForms/AudioPlayer.xml');
20 20
 // Plugin "basket".
21 21
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_basket'] = 'layout,select_key,pages,recursive';
22 22
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_basket'] = 'pi_flexform';
23
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_basket', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Basket.xml');
23
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_basket', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Basket.xml');
24 24
 // Plugin "calendar".
25 25
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_calendar'] = 'layout,select_key,pages,recursive';
26 26
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_calendar'] = 'pi_flexform';
27
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_calendar', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Calendar.xml');
27
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_calendar', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Calendar.xml');
28 28
 // Plugin "collection".
29 29
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_collection'] = 'layout,select_key,pages,recursive';
30 30
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_collection'] = 'pi_flexform';
31
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_collection', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Collection.xml');
31
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_collection', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Collection.xml');
32 32
 // Plugin "feeds".
33 33
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_feeds'] = 'layout,select_key,pages,recursive';
34 34
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_feeds'] = 'pi_flexform';
35
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_feeds', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Feeds.xml');
35
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_feeds', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Feeds.xml');
36 36
 // Plugin "listview".
37 37
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_listview'] = 'layout,select_key,pages,recursive';
38 38
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_listview'] = 'pi_flexform';
39
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_listview', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/ListView.xml');
39
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_listview', 'FILE:EXT:'.'dlf/Configuration/FlexForms/ListView.xml');
40 40
 // Plugin "metadata".
41 41
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_metadata'] = 'layout,select_key,pages,recursive';
42 42
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_metadata'] = 'pi_flexform';
43
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_metadata', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Metadata.xml');
43
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_metadata', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Metadata.xml');
44 44
 // Plugin "navigation".
45 45
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_navigation'] = 'layout,select_key,pages,recursive';
46 46
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_navigation'] = 'pi_flexform';
47
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_navigation', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Navigation.xml');
47
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_navigation', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Navigation.xml');
48 48
 // Plugin "oaipmh".
49 49
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_oaipmh'] = 'layout,select_key,pages,recursive';
50 50
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_oaipmh'] = 'pi_flexform';
51
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_oaipmh', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/OaiPmh.xml');
51
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_oaipmh', 'FILE:EXT:'.'dlf/Configuration/FlexForms/OaiPmh.xml');
52 52
 // Plugin "pagegrid".
53 53
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_pagegrid'] = 'layout,select_key,pages,recursive';
54 54
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_pagegrid'] = 'pi_flexform';
55
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_pagegrid', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/PageGrid.xml');
55
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_pagegrid', 'FILE:EXT:'.'dlf/Configuration/FlexForms/PageGrid.xml');
56 56
 // Plugin "pageview".
57 57
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_pageview'] = 'layout,select_key,pages,recursive';
58 58
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_pageview'] = 'pi_flexform';
59
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_pageview', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/PageView.xml');
59
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_pageview', 'FILE:EXT:'.'dlf/Configuration/FlexForms/PageView.xml');
60 60
 // Plugin "search".
61 61
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_search'] = 'layout,select_key,pages,recursive';
62 62
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_search'] = 'pi_flexform';
63
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_search', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Search.xml');
63
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_search', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Search.xml');
64 64
 // Plugin "statistics".
65 65
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_statistics'] = 'layout,select_key,pages,recursive';
66 66
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_statistics'] = 'pi_flexform';
67
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_statistics', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Statistics.xml');
67
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_statistics', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Statistics.xml');
68 68
 // Plugin "tableofcontents".
69 69
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_tableofcontents'] = 'layout,select_key,pages,recursive';
70 70
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_tableofcontents'] = 'pi_flexform';
71
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_tableofcontents', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/TableOfContents.xml');
71
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_tableofcontents', 'FILE:EXT:'.'dlf/Configuration/FlexForms/TableOfContents.xml');
72 72
 // Plugin "toolbox".
73 73
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_toolbox'] = 'layout,select_key,pages,recursive';
74 74
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_toolbox'] = 'pi_flexform';
75
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_toolbox', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/Toolbox.xml');
75
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_toolbox', 'FILE:EXT:'.'dlf/Configuration/FlexForms/Toolbox.xml');
76 76
 // Plugin "view3d".
77 77
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['dlf_view3d'] = 'layout,select_key,pages,recursive';
78 78
 $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_view3d'] = 'pi_flexform';
79
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_view3d', 'FILE:EXT:' . 'dlf/Configuration/FlexForms/View3D.xml');
79
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('dlf_view3d', 'FILE:EXT:'.'dlf/Configuration/FlexForms/View3D.xml');
80 80
 
81 81
 \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
82 82
     'Kitodo.Dlf',
Please login to merge, or discard this patch.
Classes/Api/Orcid/Profile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             $this->raw->registerXPathNamespace('personal-details', 'http://www.orcid.org/ns/personal-details');
130 130
             $givenNames = $this->raw->xpath('./personal-details:name/personal-details:given-names');
131 131
             $familyName = $this->raw->xpath('./personal-details:name/personal-details:family-name');
132
-            return (string) $givenNames[0] . ' ' . (string) $familyName[0];
132
+            return (string) $givenNames[0].' '.(string) $familyName[0];
133 133
         } else {
134 134
             $this->logger->warning('No name found for given ORCID');
135 135
             return false;
Please login to merge, or discard this patch.
Classes/Common/Helper.php 1 patch
Spacing   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
                 if (!preg_match('/\d{8}-\d{1}/i', $id)) {
144 144
                     return false;
145 145
                 } elseif ($checksum == 10) {
146
-                    return self::checkIdentifier(($digits + 1) . substr($id, -2, 2), 'SWD');
146
+                    return self::checkIdentifier(($digits + 1).substr($id, -2, 2), 'SWD');
147 147
                 } elseif (substr($id, -1, 1) != $checksum) {
148 148
                     return false;
149 149
                 }
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
         $encrypted = openssl_encrypt($string, self::$cipherAlgorithm, $key, OPENSSL_RAW_DATA, $iv);
316 316
         // Merge initialisation vector and encrypted data.
317 317
         if ($encrypted !== false) {
318
-            $encrypted = base64_encode($iv . $encrypted);
318
+            $encrypted = base64_encode($iv.$encrypted);
319 319
         }
320 320
         return $encrypted;
321 321
     }
@@ -369,8 +369,8 @@  discard block
 block discarded – undo
369 369
     public static function getHookObjects($scriptRelPath)
370 370
     {
371 371
         $hookObjects = [];
372
-        if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][self::$extKey . '/' . $scriptRelPath]['hookClass'])) {
373
-            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][self::$extKey . '/' . $scriptRelPath]['hookClass'] as $classRef) {
372
+        if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][self::$extKey.'/'.$scriptRelPath]['hookClass'])) {
373
+            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][self::$extKey.'/'.$scriptRelPath]['hookClass'] as $classRef) {
374 374
                 $hookObjects[] = GeneralUtility::makeInstance($classRef);
375 375
             }
376 376
         }
@@ -397,12 +397,12 @@  discard block
 block discarded – undo
397 397
             // NOTE: Only use tables that don't have too many entries!
398 398
             || !in_array($table, ['tx_dlf_collections', 'tx_dlf_libraries', 'tx_dlf_metadata', 'tx_dlf_structures', 'tx_dlf_solrcores'])
399 399
         ) {
400
-            self::log('Invalid UID "' . $uid . '" or table "' . $table . '"', LOG_SEVERITY_ERROR);
400
+            self::log('Invalid UID "'.$uid.'" or table "'.$table.'"', LOG_SEVERITY_ERROR);
401 401
             return '';
402 402
         }
403 403
 
404
-        $makeCacheKey = function ($pid, $uid) {
405
-            return $pid . '.' . $uid;
404
+        $makeCacheKey = function($pid, $uid) {
405
+            return $pid.'.'.$uid;
406 406
         };
407 407
 
408 408
         static $cache = [];
@@ -412,9 +412,9 @@  discard block
 block discarded – undo
412 412
 
413 413
             $result = $queryBuilder
414 414
                 ->select(
415
-                    $table . '.index_name AS index_name',
416
-                    $table . '.uid AS uid',
417
-                    $table . '.pid AS pid',
415
+                    $table.'.index_name AS index_name',
416
+                    $table.'.uid AS uid',
417
+                    $table.'.pid AS pid',
418 418
                 )
419 419
                 ->from($table)
420 420
                 ->execute();
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
         $result = $cache[$table][$cacheKey] ?? '';
433 433
 
434 434
         if ($result === '') {
435
-            self::log('No "index_name" with UID ' . $uid . ' and PID ' . $pid . ' found in table "' . $table . '"', LOG_SEVERITY_WARNING);
435
+            self::log('No "index_name" with UID '.$uid.' and PID '.$pid.' found in table "'.$table.'"', LOG_SEVERITY_WARNING);
436 436
         }
437 437
 
438 438
         return $result;
@@ -459,11 +459,11 @@  discard block
 block discarded – undo
459 459
             // No ISO code, return unchanged.
460 460
             return $code;
461 461
         }
462
-        $lang = LocalizationUtility::translate('LLL:' . $file . ':' . $code);
462
+        $lang = LocalizationUtility::translate('LLL:'.$file.':'.$code);
463 463
         if (!empty($lang)) {
464 464
             return $lang;
465 465
         } else {
466
-            self::log('Language code "' . $code . '" not found in ISO-639 table', LOG_SEVERITY_NOTICE);
466
+            self::log('Language code "'.$code.'" not found in ISO-639 table', LOG_SEVERITY_NOTICE);
467 467
             return $code;
468 468
         }
469 469
     }
@@ -560,7 +560,7 @@  discard block
 block discarded – undo
560 560
             '-' => 39,
561 561
             ':' => 17,
562 562
         ];
563
-        $urn = strtolower($base . $id);
563
+        $urn = strtolower($base.$id);
564 564
         if (preg_match('/[^a-z\d:-]/', $urn)) {
565 565
             self::log('Invalid chars in given parameters', LOG_SEVERITY_WARNING);
566 566
             return '';
@@ -574,7 +574,7 @@  discard block
 block discarded – undo
574 574
             $checksum += ($i + 1) * intval(substr($digits, $i, 1));
575 575
         }
576 576
         $checksum = substr(intval($checksum / intval(substr($digits, -1, 1))), -1, 1);
577
-        return $base . $id . $checksum;
577
+        return $base.$id.$checksum;
578 578
     }
579 579
 
580 580
     /**
@@ -668,7 +668,7 @@  discard block
 block discarded – undo
668 668
         // Sanitize input.
669 669
         $pid = max(intval($pid), 0);
670 670
         if (!$pid) {
671
-            self::log('Invalid PID ' . $pid . ' for translation', LOG_SEVERITY_WARNING);
671
+            self::log('Invalid PID '.$pid.' for translation', LOG_SEVERITY_WARNING);
672 672
             return $index_name;
673 673
         }
674 674
         /** @var \TYPO3\CMS\Frontend\Page\PageRepository $pageRepository */
@@ -690,13 +690,13 @@  discard block
 block discarded – undo
690 690
         // First fetch the uid of the received index_name
691 691
         $result = $queryBuilder
692 692
             ->select(
693
-                $table . '.uid AS uid',
694
-                $table . '.l18n_parent AS l18n_parent'
693
+                $table.'.uid AS uid',
694
+                $table.'.l18n_parent AS l18n_parent'
695 695
             )
696 696
             ->from($table)
697 697
             ->where(
698
-                $queryBuilder->expr()->eq($table . '.pid', $pid),
699
-                $queryBuilder->expr()->eq($table . '.index_name', $queryBuilder->expr()->literal($index_name)),
698
+                $queryBuilder->expr()->eq($table.'.pid', $pid),
699
+                $queryBuilder->expr()->eq($table.'.index_name', $queryBuilder->expr()->literal($index_name)),
700 700
                 self::whereExpression($table, true)
701 701
             )
702 702
             ->setMaxResults(1)
@@ -709,12 +709,12 @@  discard block
 block discarded – undo
709 709
             $resArray = $allResults[0];
710 710
 
711 711
             $result = $queryBuilder
712
-                ->select($table . '.index_name AS index_name')
712
+                ->select($table.'.index_name AS index_name')
713 713
                 ->from($table)
714 714
                 ->where(
715
-                    $queryBuilder->expr()->eq($table . '.pid', $pid),
716
-                    $queryBuilder->expr()->eq($table . '.uid', $resArray['l18n_parent']),
717
-                    $queryBuilder->expr()->eq($table . '.sys_language_uid', intval($languageAspect->getContentId())),
715
+                    $queryBuilder->expr()->eq($table.'.pid', $pid),
716
+                    $queryBuilder->expr()->eq($table.'.uid', $resArray['l18n_parent']),
717
+                    $queryBuilder->expr()->eq($table.'.sys_language_uid', intval($languageAspect->getContentId())),
718 718
                     self::whereExpression($table, true)
719 719
                 )
720 720
                 ->setMaxResults(1)
@@ -732,14 +732,14 @@  discard block
 block discarded – undo
732 732
         if (empty($labels[$table][$pid][$languageAspect->getContentId()][$index_name])) {
733 733
             // Check if this table is allowed for translation.
734 734
             if (in_array($table, ['tx_dlf_collections', 'tx_dlf_libraries', 'tx_dlf_metadata', 'tx_dlf_structures'])) {
735
-                $additionalWhere = $queryBuilder->expr()->in($table . '.sys_language_uid', [-1, 0]);
735
+                $additionalWhere = $queryBuilder->expr()->in($table.'.sys_language_uid', [-1, 0]);
736 736
                 if ($languageAspect->getContentId() > 0) {
737 737
                     $additionalWhere = $queryBuilder->expr()->andX(
738 738
                         $queryBuilder->expr()->orX(
739
-                            $queryBuilder->expr()->in($table . '.sys_language_uid', [-1, 0]),
740
-                            $queryBuilder->expr()->eq($table . '.sys_language_uid', intval($languageAspect->getContentId()))
739
+                            $queryBuilder->expr()->in($table.'.sys_language_uid', [-1, 0]),
740
+                            $queryBuilder->expr()->eq($table.'.sys_language_uid', intval($languageAspect->getContentId()))
741 741
                         ),
742
-                        $queryBuilder->expr()->eq($table . '.l18n_parent', 0)
742
+                        $queryBuilder->expr()->eq($table.'.l18n_parent', 0)
743 743
                     );
744 744
                 }
745 745
 
@@ -748,7 +748,7 @@  discard block
 block discarded – undo
748 748
                     ->select('*')
749 749
                     ->from($table)
750 750
                     ->where(
751
-                        $queryBuilder->expr()->eq($table . '.pid', $pid),
751
+                        $queryBuilder->expr()->eq($table.'.pid', $pid),
752 752
                         $additionalWhere,
753 753
                         self::whereExpression($table, true)
754 754
                     )
@@ -766,10 +766,10 @@  discard block
 block discarded – undo
766 766
                         }
767 767
                     }
768 768
                 } else {
769
-                    self::log('No translation with PID ' . $pid . ' available in table "' . $table . '" or translation not accessible', LOG_SEVERITY_NOTICE);
769
+                    self::log('No translation with PID '.$pid.' available in table "'.$table.'" or translation not accessible', LOG_SEVERITY_NOTICE);
770 770
                 }
771 771
             } else {
772
-                self::log('No translations available for table "' . $table . '"', LOG_SEVERITY_WARNING);
772
+                self::log('No translations available for table "'.$table.'"', LOG_SEVERITY_WARNING);
773 773
             }
774 774
         }
775 775
 
@@ -811,9 +811,9 @@  discard block
 block discarded – undo
811 811
             return GeneralUtility::makeInstance(ConnectionPool::class)
812 812
                 ->getQueryBuilderForTable($table)
813 813
                 ->expr()
814
-                ->eq($table . '.' . $GLOBALS['TCA'][$table]['ctrl']['delete'], 0);
814
+                ->eq($table.'.'.$GLOBALS['TCA'][$table]['ctrl']['delete'], 0);
815 815
         } else {
816
-            self::log('Unexpected TYPO3_MODE "' . \TYPO3_MODE . '"', LOG_SEVERITY_ERROR);
816
+            self::log('Unexpected TYPO3_MODE "'.\TYPO3_MODE.'"', LOG_SEVERITY_ERROR);
817 817
             return '1=-1';
818 818
         }
819 819
     }
@@ -852,7 +852,7 @@  discard block
 block discarded – undo
852 852
      */
853 853
     public static function polyfillExtbaseClassesForTYPO3v9()
854 854
     {
855
-        $classes = require __DIR__ . '/../../Configuration/Extbase/Persistence/Classes.php';
855
+        $classes = require __DIR__.'/../../Configuration/Extbase/Persistence/Classes.php';
856 856
 
857 857
         $objectManager = GeneralUtility::makeInstance(ObjectManager::class);
858 858
         $configurationManager = $objectManager->get(ConfigurationManager::class);
@@ -908,10 +908,10 @@  discard block
 block discarded – undo
908 908
         try {
909 909
             $response = $requestFactory->request($url, 'GET', $configuration);
910 910
         } catch (\Exception $e) {
911
-            self::log('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.', LOG_SEVERITY_WARNING);
911
+            self::log('Could not fetch data from URL "'.$url.'". Error: '.$e->getMessage().'.', LOG_SEVERITY_WARNING);
912 912
             return false;
913 913
         }
914
-        $content  = $response->getBody()->getContents();
914
+        $content = $response->getBody()->getContents();
915 915
 
916 916
         return $content;
917 917
     }
Please login to merge, or discard this patch.
Tests/routeFunctionalInstance.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
 preg_match("@.*/(?:acceptance|functional-[a-z\d]+)@", $_SERVER['REQUEST_URI'], $matches);
16 16
 
17 17
 if (!empty($matches)) {
18
-    $root = realpath($_SERVER['DOCUMENT_ROOT'] . $matches[0]);
18
+    $root = realpath($_SERVER['DOCUMENT_ROOT'].$matches[0]);
19 19
     if ($root !== false) {
20
-        putenv('TYPO3_PATH_ROOT=' . $root);
21
-        putenv('TYPO3_PATH_APP=' . $root);
20
+        putenv('TYPO3_PATH_ROOT='.$root);
21
+        putenv('TYPO3_PATH_APP='.$root);
22 22
     }
23 23
 }
24 24
 
Please login to merge, or discard this patch.
Classes/Api/Viaf/Client.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     public function __construct($viaf, RequestFactory $requestFactory)
67 67
     {
68 68
         $this->logger = GeneralUtility::makeInstance(LogManager::class)->getLogger(static::class);
69
-        $this->viafUrl = 'http://viaf.org/viaf/' . $viaf;
69
+        $this->viafUrl = 'http://viaf.org/viaf/'.$viaf;
70 70
         $this->requestFactory = $requestFactory;
71 71
     }
72 72
 
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
         try {
93 93
             $response = $this->requestFactory->request($url);
94 94
         } catch (\Exception $e) {
95
-            $this->logger->warning('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.');
95
+            $this->logger->warning('Could not fetch data from URL "'.$url.'". Error: '.$e->getMessage().'.');
96 96
             return false;
97 97
         }
98 98
         return $response->getBody()->getContents();
@@ -105,6 +105,6 @@  discard block
 block discarded – undo
105 105
      **/
106 106
     protected function getApiEndpoint()
107 107
     {
108
-        return $this->viafUrl . '/' . $this->endpoint;
108
+        return $this->viafUrl.'/'.$this->endpoint;
109 109
     }
110 110
 }
Please login to merge, or discard this patch.
Classes/Api/Orcid/Client.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
         try {
106 106
             $response = $this->requestFactory->request($url);
107 107
         } catch (\Exception $e) {
108
-            $this->logger->warning('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.');
108
+            $this->logger->warning('Could not fetch data from URL "'.$url.'". Error: '.$e->getMessage().'.');
109 109
             return false;
110 110
         }
111 111
         return $response->getBody()->getContents();
@@ -118,10 +118,10 @@  discard block
 block discarded – undo
118 118
      **/
119 119
     private function getApiEndpoint()
120 120
     {
121
-        $url  = 'https://' . $this->level . '.' . self::HOSTNAME;
122
-        $url .= '/v' . self::VERSION . '/';
121
+        $url  = 'https://'.$this->level.'.'.self::HOSTNAME;
122
+        $url .= '/v'.self::VERSION.'/';
123 123
         $url .= $this->orcid;
124
-        $url .= '/' . $this->endpoint;
124
+        $url .= '/'.$this->endpoint;
125 125
         return $url;
126 126
     }
127 127
 }
Please login to merge, or discard this patch.
Classes/Format/Mods.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
         if (!empty($name)) {
100 100
             $this->metadata['author'][$i] = [
101 101
                 'name' => $name,
102
-                'url' => 'https://orcid.org/' . $orcidId
102
+                'url' => 'https://orcid.org/'.$orcidId
103 103
             ];
104 104
         } else {
105 105
             //fallback into display form
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
         }
147 147
         // Append "valueURI" to name using Unicode unit separator.
148 148
         if (isset($authors[$i]['valueURI'])) {
149
-            $this->metadata['author'][$i] .= chr(31) . (string) $authors[$i]['valueURI'];
149
+            $this->metadata['author'][$i] .= chr(31).(string) $authors[$i]['valueURI'];
150 150
         }
151 151
     }
152 152
 
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
         if (!empty($name)) {
188 188
             $this->metadata['holder'][$i] = [
189 189
                 'name' => $name,
190
-                'url' => 'http://viaf.org/viaf/' . $viafId
190
+                'url' => 'http://viaf.org/viaf/'.$viafId
191 191
             ];
192 192
         } else {
193 193
             //fallback into display form
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
         $this->getHolderFromXmlDisplayForm($holders, $i);
200 200
         // Append "valueURI" to name using Unicode unit separator.
201 201
         if (isset($holders[$i]['valueURI'])) {
202
-            $this->metadata['holder'][$i] .= chr(31) . (string) $holders[$i]['valueURI'];
202
+            $this->metadata['holder'][$i] .= chr(31).(string) $holders[$i]['valueURI'];
203 203
         }
204 204
     }
205 205
 
Please login to merge, or discard this patch.
Classes/Controller/MetadataController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
             array_unshift($metadata, $data);
113 113
         }
114 114
         if (empty($metadata)) {
115
-            $this->logger->warning('No metadata found for document with UID ' . $this->document->getUid());
115
+            $this->logger->warning('No metadata found for document with UID '.$this->document->getUid());
116 116
             return '';
117 117
         }
118 118
         ksort($metadata);
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
                         if (empty(implode('', $value)) && $this->settings['getTitle'] && $this->document->getPartof()) {
216 216
                             $superiorTitle = Doc::getTitle($this->document->getPartof(), true);
217 217
                             if (!empty($superiorTitle)) {
218
-                                $metadata[$i][$name] = ['[' . $superiorTitle . ']'];
218
+                                $metadata[$i][$name] = ['['.$superiorTitle.']'];
219 219
                             }
220 220
                         }
221 221
                         if (!empty($value)) {
Please login to merge, or discard this patch.