Completed
Push — master ( 3ba854...8ff2cd )
by Mike
03:56
created
src/Xervice/Atomic/Communication/Twig/Extension/MoleculeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.
src/Xervice/Atomic/Communication/Twig/Extension/AtomExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.
src/Xervice/Atomic/Communication/Twig/Extension/PageExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.
src/Xervice/Atomic/Communication/Twig/Extension/TemplateExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.
src/Xervice/Atomic/Communication/Twig/Extension/OrganismExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.