@@ -18,7 +18,7 @@ |
||
18 | 18 | return [ |
19 | 19 | new \Twig_SimpleFunction( |
20 | 20 | self::FUNCTION_NAME, |
21 | - function (string $moleculeName, string $moleculeModule = self::MODULE) { |
|
21 | + function(string $moleculeName, string $moleculeModule = self::MODULE) { |
|
22 | 22 | return $this->twigMolecule($moleculeName, $moleculeModule); |
23 | 23 | }, |
24 | 24 | [ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | return [ |
19 | 19 | new \Twig_SimpleFunction( |
20 | 20 | self::FUNCTION_NAME, |
21 | - function (string $atomName, string $atomModule = self::ATOM_MODULE) { |
|
21 | + function(string $atomName, string $atomModule = self::ATOM_MODULE) { |
|
22 | 22 | return $this->twigAtom($atomName, $atomModule); |
23 | 23 | }, |
24 | 24 | [ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | return [ |
19 | 19 | new \Twig_SimpleFunction( |
20 | 20 | self::FUNCTION_NAME, |
21 | - function (string $pageName, string $pageModule = self::MODULE) { |
|
21 | + function(string $pageName, string $pageModule = self::MODULE) { |
|
22 | 22 | return $this->twigPage($pageName, $pageModule); |
23 | 23 | }, |
24 | 24 | [ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | return [ |
19 | 19 | new \Twig_SimpleFunction( |
20 | 20 | self::FUNCTION_NAME, |
21 | - function (string $templateName, string $templateModule = self::MODULE) { |
|
21 | + function(string $templateName, string $templateModule = self::MODULE) { |
|
22 | 22 | return $this->twigTemplate($templateName, $templateModule); |
23 | 23 | }, |
24 | 24 | [ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | return [ |
19 | 19 | new \Twig_SimpleFunction( |
20 | 20 | self::FUNCTION_NAME, |
21 | - function (string $organismName, string $organismModule = self::MODULE) { |
|
21 | + function(string $organismName, string $organismModule = self::MODULE) { |
|
22 | 22 | return $this->twigOrganism($organismName, $organismModule); |
23 | 23 | }, |
24 | 24 | [ |