Document type of LogEntry::isPatrollable property
authorLeszek Manicki <leszek.manicki@wikimedia.de>
Wed, 14 Dec 2016 15:09:34 +0000 (16:09 +0100)
committerLeszek Manicki <leszek.manicki@wikimedia.de>
Wed, 14 Dec 2016 15:09:34 +0000 (16:09 +0100)
Change-Id: I557b92f25f15f57123af329c79ef1752025aedf3

includes/logging/LogEntry.php
tests/phan/config.php

index 21864ee..c9f1345 100644 (file)
@@ -428,7 +428,7 @@ class ManualLogEntry extends LogEntryBase {
        /** @var int ID of the log entry */
        protected $id;
 
-       /** @var Can this log entry be patrolled? */
+       /** @var bool Can this log entry be patrolled? */
        protected $isPatrollable = false;
 
        /** @var bool Whether this is a legacy log entry */
index 7dcc5c4..dc6bb89 100644 (file)
@@ -353,8 +353,6 @@ return [
                "PhanUndeclaredStaticMethod",
                // approximate error count: 15
                "PhanUndeclaredTypeParameter",
-               // approximate error count: 1
-               "PhanUndeclaredTypeProperty",
                // approximate error count: 79
                "PhanUndeclaredVariable",
        ],