Test Setup Failed
Branch master (b29bf8)
by Raffael
03:59
created
src/app/Balloon.App.Elasticsearch/Elasticsearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.Elasticsearch/Migration/Delta/Installation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.Elasticsearch/NodeAttributeDecorator.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
             'directory' => $node instanceof Collection,
63 63
             'meta' => $node->getMetaAttributes(),
64 64
             'size' => $node->getSize(),
65
-            'parent' => function ($node, $requested) use ($attributes) {
65
+            'parent' => function($node, $requested) use ($attributes) {
66 66
                 $parent = $node->getParent();
67 67
 
68 68
                 if (null === $parent || $parent->isRoot()) {
@@ -75,14 +75,14 @@  discard block
 block discarded – undo
75 75
             'share' => (string) $attributes['shared'],
76 76
             'created' => $attributes['created']->toDateTime()->format('c'),
77 77
             'changed' => $attributes['changed']->toDateTime()->format('c'),
78
-            'deleted' => function ($node, $requested) use ($attributes) {
78
+            'deleted' => function($node, $requested) use ($attributes) {
79 79
                 if (!$attributes['deleted']) {
80 80
                     return null;
81 81
                 }
82 82
 
83 83
                 return $attributes['deleted']->toDateTime()->format('c');
84 84
             },
85
-            'destroy' => function ($node, $requested) use ($attributes) {
85
+            'destroy' => function($node, $requested) use ($attributes) {
86 86
                 if (!$attributes['destroy']) {
87 87
                     return null;
88 88
                 }
Please login to merge, or discard this patch.
src/app/Balloon.App.Office/Api/v2/Sessions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.Office/Api/v1/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.Office/Constructor/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.Office/Session/Member.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/app/Balloon.App.DesktopClient/DesktopClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.
src/lib/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
Please login to merge, or discard this patch.