r93404 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93403
|
r93404
|
r93405
>
Date:
17:48, 28 July 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Added typehint per my own suggestion in
bug 28827
. Otherwise we get pretty useless errors if Title object is not passed here.
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -815,7 +815,7 @@
816
816
*
817
817
* @param $t Title object
818
818
*/
819
- public function setTitle( $t ) {
819
+ public function setTitle( Title $t ) {
820
820
$this->getContext()->setTitle( $t );
821
821
}
822
822
Status & tagging log
17:55, 28 July 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r93404
[
removed:
new
added:
ok]