X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FForeignTitle.php;h=6e6f2ead4980268a0332692ad017e028a1c4ccfa;hb=362a962c8db517f435843af45f0747ead6878252;hp=ed96d17cde4cc0835e29007716a0182fd2974841;hpb=69bd2e54d698f32120940f80f3493479297ecf74;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/ForeignTitle.php b/includes/title/ForeignTitle.php index ed96d17cde..6e6f2ead49 100644 --- a/includes/title/ForeignTitle.php +++ b/includes/title/ForeignTitle.php @@ -30,11 +30,11 @@ class ForeignTitle { * @var int|null * Null if we don't know the namespace ID (e.g. interwiki links) */ - protected $namespaceId; + private $namespaceId; /** @var string */ - protected $namespaceName; + private $namespaceName; /** @var string */ - protected $pageName; + private $pageName; /** * Creates a new ForeignTitle object.