X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FLicenses.php;h=e8aee0b529a987a6e2bb3e77bd54c45bfb8fcf17;hb=b809d516dbb7bbf3b2017e8436b4f26477355f79;hp=4d2229f0a084793d99b544635d4dc4ba48bc5635;hpb=e06ed59cd597b8cd9ca58d1bab2b76fcf4dafc35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Licenses.php b/includes/Licenses.php index 4d2229f0a0..e8aee0b529 100644 --- a/includes/Licenses.php +++ b/includes/Licenses.php @@ -211,7 +211,7 @@ class License { /** * Constructor * - * @param $str String: license name?? + * @param string $str license name?? */ function __construct( $str ) { list( $text, $template ) = explode( '|', strrev( $str ), 2 );