X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLicenses.php;h=0bcbc91b2216eb30bf5da18190d3dc30a6006be0;hb=1aad5d4bf7c0bb72fc59de00a6c8998f37abde4b;hp=54b779e152f4a334c6fcfe84597efac5d42abcad;hpb=57a0864cece51b476d55116f9c65f0606a2f0df5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Licenses.php b/includes/Licenses.php index 54b779e152..0bcbc91b22 100644 --- a/includes/Licenses.php +++ b/includes/Licenses.php @@ -199,7 +199,7 @@ class License { public $text; /** - * @param string $str license name?? + * @param string $str License name?? */ function __construct( $str ) { list( $text, $template ) = explode( '|', strrev( $str ), 2 );