Skip to content

Commit

Permalink
Make activity events strict
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 12, 2018
1 parent b5753d0 commit 16817f3
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 16817f3

Please sign in to comment.