@@ -424,8 +424,8 @@ |
||
| 424 | 424 | ]; |
| 425 | 425 | |
| 426 | 426 | $node->getFilesystem()->getDatabase()->delta->updateMany([ |
| 427 | - 'node' => [ |
|
| 428 | - '$in' => $toset, |
|
| 427 | + 'node' => [ |
|
| 428 | + '$in' => $toset, |
|
| 429 | 429 | ], |
| 430 | 430 | ], $action); |
| 431 | 431 | |
@@ -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 |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | public function preCopyFile( |
| 117 | 117 | File $node, |
| 118 | 118 | Collection $parent, |
| 119 | - int $conflict, |
|
| 119 | + int $conflict, |
|
| 120 | 120 | ?string $recursion, |
| 121 | 121 | bool $recursion_first |
| 122 | 122 | ): void { |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | File $node, |
| 130 | 130 | Collection $parent, |
| 131 | 131 | File $new_node, |
| 132 | - int $conflict, |
|
| 132 | + int $conflict, |
|
| 133 | 133 | ?string $recursion, |
| 134 | 134 | bool $recursion_first |
| 135 | 135 | ): void { |
@@ -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 |
@@ -206,7 +206,7 @@ discard block |
||
| 206 | 206 | public function preCopyFile( |
| 207 | 207 | File $node, |
| 208 | 208 | Collection $parent, |
| 209 | - int $conflict, |
|
| 209 | + int $conflict, |
|
| 210 | 210 | ?string $recursion, |
| 211 | 211 | bool $recursion_first |
| 212 | 212 | ): void; |
@@ -227,7 +227,7 @@ discard block |
||
| 227 | 227 | File $node, |
| 228 | 228 | Collection $parent, |
| 229 | 229 | File $new_node, |
| 230 | - int $conflict, |
|
| 230 | + int $conflict, |
|
| 231 | 231 | ?string $recursion, |
| 232 | 232 | bool $recursion_first |
| 233 | 233 | ): void; |
@@ -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 |
@@ -85,6 +85,6 @@ |
||
| 85 | 85 | protected function getTemplate(): string |
| 86 | 86 | { |
| 87 | 87 | return __DIR__.DIRECTORY_SEPARATOR.'assets' |
| 88 | - .DIRECTORY_SEPARATOR.'template.'.$this->type; |
|
| 88 | + .DIRECTORY_SEPARATOR.'template.'.$this->type; |
|
| 89 | 89 | } |
| 90 | 90 | } |
@@ -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 |
@@ -589,7 +589,7 @@ |
||
| 589 | 589 | ]); |
| 590 | 590 | |
| 591 | 591 | $this->addVersion($attributes) |
| 592 | - ->postPutFile($file, $new, $attributes); |
|
| 592 | + ->postPutFile($file, $new, $attributes); |
|
| 593 | 593 | |
| 594 | 594 | return $this->version; |
| 595 | 595 | } |
@@ -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 |
@@ -45,14 +45,14 @@ discard block |
||
| 45 | 45 | * @param array |
| 46 | 46 | **/ |
| 47 | 47 | protected $temp_files = [ |
| 48 | - '/^\._(.*)$/', // OS/X resource forks |
|
| 49 | - '/^.DS_Store$/', // OS/X custom folder settings |
|
| 48 | + '/^\._(.*)$/', // OS/X resource forks |
|
| 49 | + '/^.DS_Store$/', // OS/X custom folder settings |
|
| 50 | 50 | '/^desktop.ini$/', // Windows custom folder settings |
| 51 | - '/^Thumbs.db$/', // Windows thumbnail cache |
|
| 52 | - '/^.(.*).swpx$/', // ViM temporary files |
|
| 53 | - '/^.(.*).swx$/', // ViM temporary files |
|
| 54 | - '/^.(.*).swp$/', // ViM temporary files |
|
| 55 | - '/^\.dat(.*)$/', // Smultron seems to create these |
|
| 51 | + '/^Thumbs.db$/', // Windows thumbnail cache |
|
| 52 | + '/^.(.*).swpx$/', // ViM temporary files |
|
| 53 | + '/^.(.*).swx$/', // ViM temporary files |
|
| 54 | + '/^.(.*).swp$/', // ViM temporary files |
|
| 55 | + '/^\.dat(.*)$/', // Smultron seems to create these |
|
| 56 | 56 | '/^~lock.(.*)#$/', // Windows 7 lockfiles |
| 57 | 57 | ]; |
| 58 | 58 | |
@@ -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 |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | { |
| 78 | 78 | $role_decorator = $this->role_decorator; |
| 79 | 79 | |
| 80 | - $string = preg_replace_callback('/(\{user\.(([a-z]\.*)+)\})/', function ($match) use ($user, $role_decorator) { |
|
| 80 | + $string = preg_replace_callback('/(\{user\.(([a-z]\.*)+)\})/', function($match) use ($user, $role_decorator) { |
|
| 81 | 81 | return $role_decorator->decorate($user, [$match[2]])[$match[2]]; |
| 82 | 82 | }, $this->{$type}); |
| 83 | 83 | |
@@ -734,8 +734,8 @@ |
||
| 734 | 734 | |
| 735 | 735 | $ops[] = [ |
| 736 | 736 | '$sort' => [ |
| 737 | - 'sum' => -1, |
|
| 738 | - '_id' => 1, |
|
| 737 | + 'sum' => -1, |
|
| 738 | + '_id' => 1, |
|
| 739 | 739 | ], |
| 740 | 740 | ]; |
| 741 | 741 | |
@@ -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 |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | $this->db->storage->updateOne( |
| 51 | 51 | ['_id' => $object['_id']], |
| 52 | 52 | [ |
| 53 | - '$set' => ['filter' => $filter], |
|
| 53 | + '$set' => ['filter' => $filter], |
|
| 54 | 54 | ] |
| 55 | 55 | ); |
| 56 | 56 | } |
@@ -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 |