From 3fa6a5d2ca98c850529841d83731eb4cb22f893e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 1 Aug 2019 08:33:55 +0200 Subject: [PATCH] replaced ~ by null --- .../omnipay-bundle/1.0/config/packages/omnipay.yaml | 2 +- .../1.0/config/packages/basster_twig_base64.yaml | 4 ++-- .../broadway-bundle/0.4/config/packages/broadway.yaml | 2 +- .../gdpr-bundle/0.2/config/packages/core23_gdpr.yaml | 2 +- csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml | 2 +- .../1.0/config/packages/dh_doctrine_audit.yaml | 2 +- .../4.0/config/packages/deamon_logger_extra.yaml | 4 ++-- .../7.0/config/packages/eight_points_guzzle.yaml | 2 +- .../enqueue-bundle/0.4/config/packages/enqueue.yaml | 2 +- .../enqueue-bundle/0.9/config/packages/enqueue.yaml | 2 +- friends-of-behat/symfony-extension/2.0/behat.yml.dist | 2 +- .../5.0/config/packages/fos_elastica.yaml | 2 +- .../rest-bundle/2.2/config/packages/fos_rest.yaml | 2 +- .../1.1/config/packages/google_recaptcha.yaml | 4 ++-- .../1.0/config/packages/json_rpc_api.yaml | 6 +++--- .../seo-bundle/1.0/config/packages/leogout_seo.yaml | 8 ++++---- lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml | 4 ++-- .../0.1/config/packages/twig_isbn_formatter.yaml | 2 +- .../graphql-bundle/0.11/config/packages/graphql.yaml | 2 +- .../graphql-bundle/0.12/config/packages/graphql.yaml | 2 +- .../graphql-bundle/0.9/config/packages/graphql.yaml | 2 +- .../0.11/config/packages/fastcgi_daemon.yaml | 2 +- .../0.4/config/packages/prooph_event_store.yaml | 2 +- .../0.6/config/packages/prooph_service_bus.yaml | 6 +++--- .../1.0/config/packages/qandidate_toggle.yaml | 2 +- .../1.0/config/packages/sonata_notification_orm.yaml | 2 +- .../2.3/config/packages/sonata_translation.yaml | 2 +- .../swarrot-bundle/1.6/config/packages/swarrot.yaml | 10 +++++----- .../1.0/config/packages/cmf_phpcr_dbal.yaml | 2 +- .../seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml | 2 +- .../eloquent-bundle/1.0/config/packages/eloquent.yaml | 2 +- .../1.4/config/packages/xiidea_easy_audit.yaml | 2 +- 32 files changed, 47 insertions(+), 47 deletions(-) diff --git a/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml index 68e2dc5e..92562d30 100755 --- a/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml +++ b/andchir/omnipay-bundle/1.0/config/packages/omnipay.yaml @@ -7,4 +7,4 @@ omnipay: data_keys: paymentId: ['orderNumber'] customerEmail: ['customerNumber'] - gateways: ~ + gateways: null diff --git a/basster/twig-base64-extension/1.0/config/packages/basster_twig_base64.yaml b/basster/twig-base64-extension/1.0/config/packages/basster_twig_base64.yaml index caefa776..5daaa24b 100644 --- a/basster/twig-base64-extension/1.0/config/packages/basster_twig_base64.yaml +++ b/basster/twig-base64-extension/1.0/config/packages/basster_twig_base64.yaml @@ -5,6 +5,6 @@ services: autoconfigure: true # registers all neccessary classes as services. - Basster\TwigBase64\Converter\ImageToBase64Converter: ~ - Basster\TwigBase64\Twig\Base64ImageExtension: ~ + Basster\TwigBase64\Converter\ImageToBase64Converter: null + Basster\TwigBase64\Twig\Base64ImageExtension: null Basster\TwigBase64\Converter\FileConverterInterface: '@Basster\TwigBase64\Converter\ImageToBase64Converter' diff --git a/broadway/broadway-bundle/0.4/config/packages/broadway.yaml b/broadway/broadway-bundle/0.4/config/packages/broadway.yaml index e3460d64..54fe8e0e 100644 --- a/broadway/broadway-bundle/0.4/config/packages/broadway.yaml +++ b/broadway/broadway-bundle/0.4/config/packages/broadway.yaml @@ -18,7 +18,7 @@ broadway: dispatch_events: false # a service definition id implementing Psr\Log\LoggerInterface - logger: ~ + logger: null saga: enabled: false diff --git a/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml b/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml index 05e29533..00c280af 100644 --- a/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml +++ b/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml @@ -1,3 +1,3 @@ sonata_block: blocks: - core23_gdpr.block.information: ~ + core23_gdpr.block.information: null diff --git a/csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml b/csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml index db7bf1e5..d21bd546 100644 --- a/csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml +++ b/csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml @@ -4,7 +4,7 @@ csa_guzzle: profiler: '%kernel.debug%' clients: - default: ~ + default: null # my_client: # config: # base_uri: 'http://example.com' diff --git a/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml b/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml index c8867316..8de55b3b 100644 --- a/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml +++ b/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml @@ -3,7 +3,7 @@ dh_doctrine_audit: # https://github.com/DamienHarper/DoctrineAuditBundle#configuration entities: -# MyBundle\Entity\MyAuditedEntity1: ~ # all MyAuditedEntity1 properties are audited +# MyBundle\Entity\MyAuditedEntity1: null # all MyAuditedEntity1 properties are audited # MyBundle\Entity\MyAuditedEntity2: # ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process # - createdAt diff --git a/deamon/logger-extra-bundle/4.0/config/packages/deamon_logger_extra.yaml b/deamon/logger-extra-bundle/4.0/config/packages/deamon_logger_extra.yaml index 94c1a22d..dc9de8b5 100644 --- a/deamon/logger-extra-bundle/4.0/config/packages/deamon_logger_extra.yaml +++ b/deamon/logger-extra-bundle/4.0/config/packages/deamon_logger_extra.yaml @@ -1,8 +1,8 @@ # see https://github.com/FrDeamon/logger-extra-bundle/blob/master/README.md#config-reference deamon_logger_extra: # the application name - application: ~ + application: null # the handler to update handlers: 'main' # configuration for all optional fields - config: ~ + config: null diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml index aa71cd83..02d82f48 100644 --- a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml +++ b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml @@ -22,4 +22,4 @@ eight_points_guzzle: # Find plugins here: # https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins - plugin: ~ + plugin: null diff --git a/enqueue/enqueue-bundle/0.4/config/packages/enqueue.yaml b/enqueue/enqueue-bundle/0.4/config/packages/enqueue.yaml index 20a11431..fc0e8bef 100644 --- a/enqueue/enqueue-bundle/0.4/config/packages/enqueue.yaml +++ b/enqueue/enqueue-bundle/0.4/config/packages/enqueue.yaml @@ -1,4 +1,4 @@ enqueue: transport: default: '%env(resolve:ENQUEUE_DSN)%' - client: ~ + client: null diff --git a/enqueue/enqueue-bundle/0.9/config/packages/enqueue.yaml b/enqueue/enqueue-bundle/0.9/config/packages/enqueue.yaml index c8185de2..7103e7ce 100644 --- a/enqueue/enqueue-bundle/0.9/config/packages/enqueue.yaml +++ b/enqueue/enqueue-bundle/0.9/config/packages/enqueue.yaml @@ -1,4 +1,4 @@ enqueue: default: transport: '%env(resolve:ENQUEUE_DSN)%' - client: ~ + client: null diff --git a/friends-of-behat/symfony-extension/2.0/behat.yml.dist b/friends-of-behat/symfony-extension/2.0/behat.yml.dist index 5f323f61..ea37647a 100644 --- a/friends-of-behat/symfony-extension/2.0/behat.yml.dist +++ b/friends-of-behat/symfony-extension/2.0/behat.yml.dist @@ -5,4 +5,4 @@ default: - App\Tests\Behat\DemoContext extensions: - FriendsOfBehat\SymfonyExtension: ~ + FriendsOfBehat\SymfonyExtension: null diff --git a/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml b/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml index 68efece9..23b3a500 100644 --- a/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml +++ b/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml @@ -3,4 +3,4 @@ fos_elastica: clients: default: { host: localhost, port: 9200 } indexes: - app: ~ + app: null diff --git a/friendsofsymfony/rest-bundle/2.2/config/packages/fos_rest.yaml b/friendsofsymfony/rest-bundle/2.2/config/packages/fos_rest.yaml index 0440800d..d96294e6 100644 --- a/friendsofsymfony/rest-bundle/2.2/config/packages/fos_rest.yaml +++ b/friendsofsymfony/rest-bundle/2.2/config/packages/fos_rest.yaml @@ -1,5 +1,5 @@ # Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html -fos_rest: ~ +fos_rest: null # param_fetcher_listener: true # allowed_methods_listener: true # routing_loader: true diff --git a/google/recaptcha/1.1/config/packages/google_recaptcha.yaml b/google/recaptcha/1.1/config/packages/google_recaptcha.yaml index 45ed7cfc..8670b13e 100644 --- a/google/recaptcha/1.1/config/packages/google_recaptcha.yaml +++ b/google/recaptcha/1.1/config/packages/google_recaptcha.yaml @@ -11,8 +11,8 @@ services: # Check out the repository for all other request methods: # https://github.com/google/recaptcha/tree/master/src/ReCaptcha/RequestMethod ReCaptcha\RequestMethod: '@ReCaptcha\RequestMethod\CurlPost' - ReCaptcha\RequestMethod\CurlPost: ~ - ReCaptcha\RequestMethod\Curl: ~ + ReCaptcha\RequestMethod\CurlPost: null + ReCaptcha\RequestMethod\Curl: null # Uncomment this line if you want to inject the site key to all your Twig templates. # You can also inject the "google_recaptcha_site_key" container parameter to your controllers. diff --git a/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml b/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml index fbb93c22..6cc6d787 100644 --- a/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml +++ b/insidestyles/json-rpc-bundle/1.0/config/packages/json_rpc_api.yaml @@ -2,6 +2,6 @@ json_rpc_api: handlers: main: path: /api - host: ~ - serializer: ~ - logger: ~ + host: null + serializer: null + logger: null diff --git a/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml b/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml index ff69a4d6..433b30af 100644 --- a/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml +++ b/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml @@ -3,7 +3,7 @@ leogout_seo: # loads the services but they won't render anything. # See https://github.com/leogout/SeoBundle#configuration-reference to configure them. # See https://github.com/leogout/SeoBundle#setting-values-dynamically to use them directly in your controller. - general: ~ - basic: ~ - og: ~ - twitter: ~ + general: null + basic: null + og: null + twitter: null diff --git a/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml index 6c7a8293..15f853c5 100644 --- a/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml +++ b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml @@ -5,5 +5,5 @@ sapient: guzzle_middleware: unseal: false verify: false - sealing_public_keys: ~ - verifying_public_keys: ~ + sealing_public_keys: null + verifying_public_keys: null diff --git a/nicohaase/twig-isbn-formatter/0.1/config/packages/twig_isbn_formatter.yaml b/nicohaase/twig-isbn-formatter/0.1/config/packages/twig_isbn_formatter.yaml index a3ee75f1..7f70e54f 100644 --- a/nicohaase/twig-isbn-formatter/0.1/config/packages/twig_isbn_formatter.yaml +++ b/nicohaase/twig-isbn-formatter/0.1/config/packages/twig_isbn_formatter.yaml @@ -4,4 +4,4 @@ services: autowire: true autoconfigure: true - NicoHaase\TwigIsbnFormatter\IsbnFormatterExtension: ~ + NicoHaase\TwigIsbnFormatter\IsbnFormatterExtension: null diff --git a/overblog/graphql-bundle/0.11/config/packages/graphql.yaml b/overblog/graphql-bundle/0.11/config/packages/graphql.yaml index bcab1b3d..58d1cc05 100644 --- a/overblog/graphql-bundle/0.11/config/packages/graphql.yaml +++ b/overblog/graphql-bundle/0.11/config/packages/graphql.yaml @@ -8,4 +8,4 @@ overblog_graphql: - type: yaml dir: "%kernel.project_dir%/config/graphql/types" - suffix: ~ + suffix: null diff --git a/overblog/graphql-bundle/0.12/config/packages/graphql.yaml b/overblog/graphql-bundle/0.12/config/packages/graphql.yaml index a4aff168..3736e966 100644 --- a/overblog/graphql-bundle/0.12/config/packages/graphql.yaml +++ b/overblog/graphql-bundle/0.12/config/packages/graphql.yaml @@ -7,4 +7,4 @@ overblog_graphql: - type: yaml dir: "%kernel.project_dir%/config/graphql/types" - suffix: ~ + suffix: null diff --git a/overblog/graphql-bundle/0.9/config/packages/graphql.yaml b/overblog/graphql-bundle/0.9/config/packages/graphql.yaml index bcab1b3d..58d1cc05 100644 --- a/overblog/graphql-bundle/0.9/config/packages/graphql.yaml +++ b/overblog/graphql-bundle/0.9/config/packages/graphql.yaml @@ -8,4 +8,4 @@ overblog_graphql: - type: yaml dir: "%kernel.project_dir%/config/graphql/types" - suffix: ~ + suffix: null diff --git a/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.yaml b/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.yaml index fae353f3..8103f6e6 100644 --- a/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.yaml +++ b/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.yaml @@ -2,7 +2,7 @@ services: App\FastCGIKernel: autowire: true - PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: ~ + PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: null PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand: arguments: ['@App\FastCGIKernel', '@PHPFastCGI\FastCGIDaemon\Driver\DriverContainer', 'fastcgi-daemon:run'] tags: diff --git a/prooph/event-store-symfony-bundle/0.4/config/packages/prooph_event_store.yaml b/prooph/event-store-symfony-bundle/0.4/config/packages/prooph_event_store.yaml index 7e317626..87ebbac1 100644 --- a/prooph/event-store-symfony-bundle/0.4/config/packages/prooph_event_store.yaml +++ b/prooph/event-store-symfony-bundle/0.4/config/packages/prooph_event_store.yaml @@ -7,4 +7,4 @@ services: _defaults: public: false - Prooph\EventSourcing\EventStoreIntegration\AggregateTranslator: ~ + Prooph\EventSourcing\EventStoreIntegration\AggregateTranslator: null diff --git a/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml b/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml index faaa0df4..7c6c64af 100644 --- a/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml +++ b/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml @@ -1,10 +1,10 @@ prooph_service_bus: command_buses: - default_command_bus: ~ + default_command_bus: null event_buses: - default_event_bus: ~ + default_event_bus: null query_buses: - default_query_bus: ~ + default_query_bus: null services: _defaults: diff --git a/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml index 2cd6e82f..7bb439a6 100644 --- a/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml +++ b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml @@ -2,4 +2,4 @@ qandidate_toggle: persistence: config - toggles: ~ + toggles: null diff --git a/sonata-project/notification-orm-pack/1.0/config/packages/sonata_notification_orm.yaml b/sonata-project/notification-orm-pack/1.0/config/packages/sonata_notification_orm.yaml index 4d270a6e..f96bfea5 100644 --- a/sonata-project/notification-orm-pack/1.0/config/packages/sonata_notification_orm.yaml +++ b/sonata-project/notification-orm-pack/1.0/config/packages/sonata_notification_orm.yaml @@ -1,6 +1,6 @@ sonata_notification: backend: sonata.notification.backend.doctrine backends: - doctrine: ~ + doctrine: null class: message: App\Entity\SonataNotificationMessage diff --git a/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.yaml b/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.yaml index b9f0e04f..f1fb4fd1 100644 --- a/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.yaml +++ b/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.yaml @@ -5,7 +5,7 @@ sonata_admin: sonata_block: blocks: - sonata_translation.block.locale_switcher: ~ + sonata_translation.block.locale_switcher: null sonata_translation: locales: ['en'] diff --git a/swarrot/swarrot-bundle/1.6/config/packages/swarrot.yaml b/swarrot/swarrot-bundle/1.6/config/packages/swarrot.yaml index 398463e5..ee7d93aa 100644 --- a/swarrot/swarrot-bundle/1.6/config/packages/swarrot.yaml +++ b/swarrot/swarrot-bundle/1.6/config/packages/swarrot.yaml @@ -46,17 +46,17 @@ swarrot: # retry_routing_key_pattern: 'retry_%%attempt%%' # - configurator: swarrot.processor.new_relic # extras: -# new_relic_app_name: ~ -# new_relic_license: ~ -# new_relic_transaction_name: ~ +# new_relic_app_name: null +# new_relic_license: null +# new_relic_transaction_name: null # - configurator: swarrot.processor.rpc_server # extras: # # Exchange on which rpc response will be published with `reply_to` as routing_key. # # If not configured will publish on default exchange where routing_key is used to define receiving queue. -# rpc_exchange: ~ +# rpc_exchange: null # - configurator: swarrot.processor.rpc_client # extras: -# rpc_client_correlation_id: ~ +# rpc_client_correlation_id: null # extras: # poll_interval: 500000 # messages_types: diff --git a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml b/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml index 11aee753..a99fafd9 100644 --- a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml +++ b/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml @@ -16,5 +16,5 @@ cmf_core: # content-bundle, menu-bundle, block-bundle and routing-bundle will get same persistence configduration as core # read about configuration: https://symfony.com/doc/current/cmf/bundles/core/configuration.html persistence: - phpcr: ~ + phpcr: null diff --git a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml b/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml index 74943d7c..70164cc8 100644 --- a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml +++ b/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml @@ -1,6 +1,6 @@ # Read the documentation: https://symfony.com/doc/master/cmf/bundles/seo/configuration.html cmf_seo: persistence: - phpcr: ~ + phpcr: null title: '%%content_title%% | Insert your base Title' description: '%%content_description%% Insert you base description here.' diff --git a/wouterj/eloquent-bundle/1.0/config/packages/eloquent.yaml b/wouterj/eloquent-bundle/1.0/config/packages/eloquent.yaml index ff5edee8..db4db6d0 100644 --- a/wouterj/eloquent-bundle/1.0/config/packages/eloquent.yaml +++ b/wouterj/eloquent-bundle/1.0/config/packages/eloquent.yaml @@ -6,4 +6,4 @@ wouterj_eloquent: username: '%env(DB_USERNAME)%' password: '%env(DB_PASSWORD)%' # Uncomment the following line to enable the Eloquent ORM - #eloquent: ~ + #eloquent: null diff --git a/xiidea/easy-audit/1.4/config/packages/xiidea_easy_audit.yaml b/xiidea/easy-audit/1.4/config/packages/xiidea_easy_audit.yaml index 4b6f70c7..f1997e44 100644 --- a/xiidea/easy-audit/1.4/config/packages/xiidea_easy_audit.yaml +++ b/xiidea/easy-audit/1.4/config/packages/xiidea_easy_audit.yaml @@ -2,4 +2,4 @@ xiidea_easy_audit: entity_class: Xiidea\EasyAuditBundle\Entity\BaseAuditLog default_logger: false - user_property : ~ # or username + user_property : null # or username