Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Template/TemplateFileLocator.php')
-rw-r--r--lib/private/Template/TemplateFileLocator.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Template/TemplateFileLocator.php b/lib/private/Template/TemplateFileLocator.php
index f1f5fefc6f5..afeddd6b544 100644
--- a/lib/private/Template/TemplateFileLocator.php
+++ b/lib/private/Template/TemplateFileLocator.php
@@ -32,7 +32,7 @@ class TemplateFileLocator {
/**
* @param string[] $dirs
*/
- public function __construct( $dirs ) {
+ public function __construct($dirs) {
$this->dirs = $dirs;
}
@@ -41,7 +41,7 @@ class TemplateFileLocator {
* @return string
* @throws \Exception
*/
- public function find( $template ) {
+ public function find($template) {
if ($template === '') {
throw new \InvalidArgumentException('Empty template name');
}