```php class: Nette\Mail\SmtpMailer([ ... 'password' => '}' ... ]) ``` Seems that char `}` is not allowed. It says "unexpected token [Neon] }, expected [Neon] ]". However, according to [Neon sandbox](https://ne-on.org/) it is possible.