X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FQuickTemplate.php;h=969ac510fca2e3208c14921252239669b3d96594;hb=345618340dcab03d517a99bf13cbd0126a149957;hp=296c133e0b195da54a3ecd0391ee4f55004fa398;hpb=eb0758923dfe6c99b9c9a2a8b9436409e44551de;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/QuickTemplate.php b/includes/skins/QuickTemplate.php index 296c133e0b..969ac510fc 100644 --- a/includes/skins/QuickTemplate.php +++ b/includes/skins/QuickTemplate.php @@ -35,7 +35,7 @@ abstract class QuickTemplate { protected $config; /** - * @param Config $config + * @param Config|null $config */ function __construct( Config $config = null ) { $this->data = []; @@ -73,7 +73,7 @@ abstract class QuickTemplate { * Gets the template data requested * @since 1.22 * @param string $name Key for the data - * @param mixed $default Optional default (or null) + * @param mixed|null $default Optional default (or null) * @return mixed The value of the data requested or the deafult */ public function get( $name, $default = null ) {