We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -78,9 +78,9 @@ |
||
| 78 | 78 | } |
| 79 | 79 | } else { |
| 80 | 80 | if (empty($directory)) { |
| 81 | - $templateLocation = 'EXT:'.$this->extKey.'/Resources/Private/Templates/' . Helper::getUnqualifiedClassName(get_class($this)) . '.tmpl'; |
|
| 81 | + $templateLocation = 'EXT:'.$this->extKey.'/Resources/Private/Templates/'.Helper::getUnqualifiedClassName(get_class($this)).'.tmpl'; |
|
| 82 | 82 | } else { |
| 83 | - $templateLocation = 'EXT:'.$this->extKey.'/Resources/Private/Templates/'. $directory . '/' . Helper::getUnqualifiedClassName(get_class($this)) . '.tmpl'; |
|
| 83 | + $templateLocation = 'EXT:'.$this->extKey.'/Resources/Private/Templates/'.$directory.'/'.Helper::getUnqualifiedClassName(get_class($this)).'.tmpl'; |
|
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | // Load default template file. |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | // Load template file. |
| 72 | 72 | $this->getTemplate('###TEMPLATE###', '', TRUE); |
| 73 | 73 | $annotationContainers = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['annotationContainers']; |
| 74 | - if ($annotationContainers != null && sizeof($annotationContainers)>0) { |
|
| 74 | + if ($annotationContainers != null && sizeof($annotationContainers) > 0) { |
|
| 75 | 75 | $markerArray['###ANNOTATION_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-annotations" title="" data-dic="annotations-on:' |
| 76 | 76 | .$this->pi_getLL('annotations-on', '', TRUE).';annotations-off:' |
| 77 | 77 | .$this->pi_getLL('annotations-off', '', TRUE).'"> </a>'; |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | // Load template file. |
| 72 | 72 | $this->getTemplate('###TEMPLATE###', '', TRUE); |
| 73 | 73 | $annotationContainers = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->piVars['page']]]['annotationContainers']; |
| 74 | - if ($annotationContainers != null && sizeof($annotationContainers)>0) { |
|
| 74 | + if ($annotationContainers != NULL && sizeof($annotationContainers)>0) { |
|
| 75 | 75 | $markerArray['###ANNOTATION_SELECT###'] = '<a class="select switchoff" id="tx-dlf-tools-annotations" title="" data-dic="annotations-on:' |
| 76 | 76 | .$this->pi_getLL('annotations-on', '', TRUE).';annotations-off:' |
| 77 | 77 | .$this->pi_getLL('annotations-off', '', TRUE).'"> </a>'; |