20 lines
458 B
YAML
20 lines
458 B
YAML
name: NullTransportFactory
|
|
class_comment: null
|
|
dependencies:
|
|
- name: UnsupportedSchemeException
|
|
type: class
|
|
source: Symfony\Component\Mailer\Exception\UnsupportedSchemeException
|
|
properties: []
|
|
methods:
|
|
- name: create
|
|
visibility: public
|
|
parameters:
|
|
- name: dsn
|
|
comment: null
|
|
- name: getSupportedSchemes
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Mailer\Exception\UnsupportedSchemeException
|
|
interfaces: []
|