X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FLicenses.php;h=0bcbc91b2216eb30bf5da18190d3dc30a6006be0;hb=3e8c0191a3d2b3a94cd88ec4117381a5cddfb955;hp=54b779e152f4a334c6fcfe84597efac5d42abcad;hpb=ee9d87560773b147ed0888377c6885a042af8cb1;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 );