Add clearUserWatchedItems methods to WatchedItemStoreInterface
authoraddshore <addshorewiki@gmail.com>
Mon, 12 Feb 2018 12:22:03 +0000 (12:22 +0000)
committerKrinkle <krinklemail@gmail.com>
Tue, 13 Feb 2018 05:11:42 +0000 (05:11 +0000)
commit536a4afbffc9728879d2cc039eb7a28acfd6c3e5
treea634b1bd87abd1e80fda24c5c5e4d6ae180283a7
parentce66b4af8cef52bd34045a7aa4f51e2889ac3339
Add clearUserWatchedItems methods to WatchedItemStoreInterface

Follows up to 6cf900ffb0bec584e64202bc3.
The main implementation of these methods was merged, but the
method signatures were not added to the interface, nor to the
other implementations of that interface (NoWrite*).

I would have expected phan to spot this, if we were not
skipping so many of its checks.

Change-Id: I169d0312e9022d0d3b31d2424ec62dd9978f03bb
includes/watcheditem/NoWriteWatchedItemStore.php
includes/watcheditem/WatchedItemStoreInterface.php