We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | // Load template file. |
| 66 | 66 | $this->getTemplate(); |
| 67 | 67 | $annotationContainers = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['annotationContainers']; |
| 68 | - if ($annotationContainers != null && sizeof($annotationContainers)>0) { |
|
| 68 | + if ($annotationContainers != null && sizeof($annotationContainers) > 0) { |
|
| 69 | 69 | $markerArray['###ANNOTATION_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-annotations" title="" data-dic="annotations-on:' |
| 70 | 70 | .$this->pi_getLL('annotations-on', '', TRUE).';annotations-off:' |
| 71 | 71 | .$this->pi_getLL('annotations-off', '', TRUE).'"> </a>'; |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | // Load template file. |
| 66 | 66 | $this->getTemplate(); |
| 67 | 67 | $annotationContainers = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['annotationContainers']; |
| 68 | - if ($annotationContainers != null && sizeof($annotationContainers)>0) { |
|
| 68 | + if ($annotationContainers != NULL && sizeof($annotationContainers)>0) { |
|
| 69 | 69 | $markerArray['###ANNOTATION_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-annotations" title="" data-dic="annotations-on:' |
| 70 | 70 | .$this->pi_getLL('annotations-on', '', TRUE).';annotations-off:' |
| 71 | 71 | .$this->pi_getLL('annotations-off', '', TRUE).'"> </a>'; |
@@ -68,14 +68,14 @@ |
||
| 68 | 68 | $this->getTemplate(); |
| 69 | 69 | |
| 70 | 70 | // Configure @action URL for form. |
| 71 | - $linkConf = array( |
|
| 71 | + $linkConf = array ( |
|
| 72 | 72 | 'parameter' => $GLOBALS['TSFE']->id, |
| 73 | 73 | 'forceAbsoluteUrl' => 1 |
| 74 | 74 | ); |
| 75 | 75 | |
| 76 | 76 | $encryptedSolr = $this->getEncryptedCoreName(); |
| 77 | 77 | // Fill markers. |
| 78 | - $markerArray = array( |
|
| 78 | + $markerArray = array ( |
|
| 79 | 79 | '###ACTION_URL###' => $this->cObj->typoLink_URL($linkConf), |
| 80 | 80 | '###LABEL_QUERY###' => $this->pi_getLL('label.query'), |
| 81 | 81 | '###LABEL_DELETE_SEARCH###' => $this->pi_getLL('label.delete_search'), |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | $templateFile = $this->conf['templateFile']; |
| 74 | 74 | } else { |
| 75 | 75 | // Load default template from extension. |
| 76 | - $templateFile = 'EXT:'.$this->extKey.'/Resources/Private/Templates/' . Helper::getUnqualifiedClassName(get_class($this)) . '.tmpl'; |
|
| 76 | + $templateFile = 'EXT:'.$this->extKey.'/Resources/Private/Templates/'.Helper::getUnqualifiedClassName(get_class($this)).'.tmpl'; |
|
| 77 | 77 | } |
| 78 | 78 | $this->template = $this->templateService->getSubpart($this->cObj->fileResource($templateFile), $part); |
| 79 | 79 | } |