Skip to content

Commit

Permalink
Merge pull request #11771 from nextcloud/techdebt/noid/strict-activit…
Browse files Browse the repository at this point in the history
…y-events

Make activity events strict
  • Loading branch information
MorrisJobke authored Oct 12, 2018
2 parents a834e27 + 16817f3 commit 85694c6
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 129 deletions.
2 changes: 1 addition & 1 deletion apps/files/tests/Activity/ProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function dataGetFile() {
return [
[[42 => '/FortyTwo.txt'], null, '42', 'FortyTwo.txt', 'FortyTwo.txt'],
[['23' => '/Twenty/Three.txt'], null, '23', 'Three.txt', 'Twenty/Three.txt'],
['/Foo/Bar.txt', '128', '128', 'Bar.txt', 'Foo/Bar.txt'], // Legacy from ownCloud 8.2 and before
['/Foo/Bar.txt', '128', 128, 'Bar.txt', 'Foo/Bar.txt'], // Legacy from ownCloud 8.2 and before
];
}

Expand Down
Loading

0 comments on commit 85694c6

Please sign in to comment.