Merge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c5d182eb69c3."
authorDemon <chadh@wikimedia.org>
Fri, 11 May 2012 13:12:30 +0000 (13:12 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 11 May 2012 13:12:30 +0000 (13:12 +0000)
skins/Vector.php

index d2f0060..04413b5 100644 (file)
@@ -61,7 +61,7 @@ class SkinVector extends SkinTemplate {
         * @param $out OutputPage object
         * @param &$bodyAttrs Array of attributes that will be set on the body element
         */
-       function addToBodyAttributes( OutputPage $out, &$bodyAttrs ) {
+       function addToBodyAttributes( $out, &$bodyAttrs ) {
                if ( isset( $bodyAttrs['class'] ) && strlen( $bodyAttrs['class'] ) > 0 ) {
                        $bodyAttrs['class'] .= ' ' . implode( ' ', static::$bodyClasses );
                } else {