X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLicenses.php;h=6c582aafee0198a773a4fcc3101a14479a7e236c;hb=8aaed96eb48f5b8b78ec8fe4287d7295a0039871;hp=4d2229f0a084793d99b544635d4dc4ba48bc5635;hpb=5e2ac408f888043b3c62a42b5c9c9ece5ddaf419;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Licenses.php b/includes/Licenses.php index 4d2229f0a0..6c582aafee 100644 --- a/includes/Licenses.php +++ b/includes/Licenses.php @@ -105,7 +105,7 @@ class Licenses extends HTMLFormField { protected function stackItem( &$list, $path, $item ) { $position =& $list; if ( $path ) { - foreach( $path as $key ) { + foreach ( $path as $key ) { $position =& $position[$key]; } } @@ -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 );