Merge "Improve documentation of constants throughout the codebase"
[lhc/web/wiklou.git] / includes / watcheditem / NoWriteWatchedItemStore.php
index 39d7a5d..fc95ebc 100644 (file)
@@ -32,9 +32,6 @@ class NoWriteWatchedItemStore implements WatchedItemStoreInterface {
         */
        private $actualStore;
 
-       /**
-        * @var string
-        */
        const DB_READONLY_ERROR = 'The watchlist is currently readonly.';
 
        /**