diff options
author | Robin Appelman <robin@icewind.nl> | 2020-12-02 16:15:02 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-12-02 16:15:02 +0100 |
commit | aef1cdba03319e1958f284f56acf183051470ad3 (patch) | |
tree | 8dbcd5070a7410b4b07a8b0e2f9bb51bdf4393e4 /lib/public | |
parent | 88f35d52d2baf6421725ce5f2a40331afe13f1de (diff) | |
download | nextcloud-server-aef1cdba03319e1958f284f56acf183051470ad3.tar.gz nextcloud-server-aef1cdba03319e1958f284f56acf183051470ad3.zip |
code style and dispatchTyped
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Cache/CacheEntryInsertedEvent.php | 1 | ||||
-rw-r--r-- | lib/public/Files/Cache/CacheEntryUpdatedEvent.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Files/Cache/CacheEntryInsertedEvent.php b/lib/public/Files/Cache/CacheEntryInsertedEvent.php index 936cf8c6021..3b7e6ef8b49 100644 --- a/lib/public/Files/Cache/CacheEntryInsertedEvent.php +++ b/lib/public/Files/Cache/CacheEntryInsertedEvent.php @@ -23,7 +23,6 @@ declare(strict_types=1); namespace OCP\Files\Cache; - use OC\Files\Cache\AbstractCacheEvent; /** diff --git a/lib/public/Files/Cache/CacheEntryUpdatedEvent.php b/lib/public/Files/Cache/CacheEntryUpdatedEvent.php index 252a306404d..4966f8fdb4a 100644 --- a/lib/public/Files/Cache/CacheEntryUpdatedEvent.php +++ b/lib/public/Files/Cache/CacheEntryUpdatedEvent.php @@ -23,7 +23,6 @@ declare(strict_types=1); namespace OCP\Files\Cache; - use OC\Files\Cache\AbstractCacheEvent; /** |