Aggiornato Composer
This commit is contained in:
@@ -19,7 +19,7 @@ class XMLSerializer {
|
||||
*
|
||||
* @param NamespaceUri $xmlns
|
||||
*/
|
||||
public function __construct(NamespaceUri $xmlns = null) {
|
||||
public function __construct(?NamespaceUri $xmlns = null) {
|
||||
if ($xmlns === null) {
|
||||
$xmlns = new NamespaceUri('https://github.com/theseer/tokenizer');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user