Unsuppress other phan issues (part 4)
[lhc/web/wiklou.git] / includes / changes / RecentChange.php
index 0c6a3d1..edaa963 100644 (file)
@@ -94,12 +94,12 @@ class RecentChange implements Taggable {
        public $mExtra = [];
 
        /**
-        * @var Title
+        * @var Title|false
         */
        public $mTitle = false;
 
        /**
-        * @var User
+        * @var User|false
         */
        private $mPerformer = false;