Skip to content

Commit 3aa8849

Browse files
Merge pull request #20501 from nextcloud/fix/noid/run-cs-fix
Run cs:fix and fix HashWrapper code
2 parents 018a291 + 7fe8477 commit 3aa8849

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/private/Files/Stream/HashWrapper.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24
/**
35
* @copyright Copyright (c) 2020 Robin Appelman <robin@icewind.nl>
46
*

tests/lib/Files/Stream/HashWrapperTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24
/**
35
* @copyright Copyright (c) 2020 Robin Appelman <robin@icewind.nl>
46
*

0 commit comments

Comments
 (0)