@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ discard block |
||
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 |
||
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 |
||
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 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |