replaced ~ by null

This commit is contained in:
Fabien Potencier
2019-08-01 08:33:55 +02:00
parent f205863ddb
commit 3fa6a5d2ca
32 changed files with 47 additions and 47 deletions

View File

@@ -7,4 +7,4 @@ omnipay:
data_keys:
paymentId: ['orderNumber']
customerEmail: ['customerNumber']
gateways: ~
gateways: null

View File

@@ -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'

View File

@@ -18,7 +18,7 @@ broadway:
dispatch_events: false
# a service definition id implementing Psr\Log\LoggerInterface
logger: ~
logger: null
saga:
enabled: false

View File

@@ -1,3 +1,3 @@
sonata_block:
blocks:
core23_gdpr.block.information: ~
core23_gdpr.block.information: null

View File

@@ -4,7 +4,7 @@
csa_guzzle:
profiler: '%kernel.debug%'
clients:
default: ~
default: null
# my_client:
# config:
# base_uri: 'http://example.com'

View File

@@ -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

View File

@@ -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

View File

@@ -22,4 +22,4 @@ eight_points_guzzle:
# Find plugins here:
# https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins
plugin: ~
plugin: null

View File

@@ -1,4 +1,4 @@
enqueue:
transport:
default: '%env(resolve:ENQUEUE_DSN)%'
client: ~
client: null

View File

@@ -1,4 +1,4 @@
enqueue:
default:
transport: '%env(resolve:ENQUEUE_DSN)%'
client: ~
client: null

View File

@@ -5,4 +5,4 @@ default:
- App\Tests\Behat\DemoContext
extensions:
FriendsOfBehat\SymfonyExtension: ~
FriendsOfBehat\SymfonyExtension: null

View File

@@ -3,4 +3,4 @@ fos_elastica:
clients:
default: { host: localhost, port: 9200 }
indexes:
app: ~
app: null

View File

@@ -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

View File

@@ -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.

View File

@@ -2,6 +2,6 @@ json_rpc_api:
handlers:
main:
path: /api
host: ~
serializer: ~
logger: ~
host: null
serializer: null
logger: null

View File

@@ -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

View File

@@ -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

View File

@@ -4,4 +4,4 @@ services:
autowire: true
autoconfigure: true
NicoHaase\TwigIsbnFormatter\IsbnFormatterExtension: ~
NicoHaase\TwigIsbnFormatter\IsbnFormatterExtension: null

View File

@@ -8,4 +8,4 @@ overblog_graphql:
-
type: yaml
dir: "%kernel.project_dir%/config/graphql/types"
suffix: ~
suffix: null

View File

@@ -7,4 +7,4 @@ overblog_graphql:
-
type: yaml
dir: "%kernel.project_dir%/config/graphql/types"
suffix: ~
suffix: null

View File

@@ -8,4 +8,4 @@ overblog_graphql:
-
type: yaml
dir: "%kernel.project_dir%/config/graphql/types"
suffix: ~
suffix: null

View File

@@ -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:

View File

@@ -7,4 +7,4 @@ services:
_defaults:
public: false
Prooph\EventSourcing\EventStoreIntegration\AggregateTranslator: ~
Prooph\EventSourcing\EventStoreIntegration\AggregateTranslator: null

View File

@@ -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:

View File

@@ -2,4 +2,4 @@
qandidate_toggle:
persistence: config
toggles: ~
toggles: null

View File

@@ -1,6 +1,6 @@
sonata_notification:
backend: sonata.notification.backend.doctrine
backends:
doctrine: ~
doctrine: null
class:
message: App\Entity\SonataNotificationMessage

View File

@@ -5,7 +5,7 @@ sonata_admin:
sonata_block:
blocks:
sonata_translation.block.locale_switcher: ~
sonata_translation.block.locale_switcher: null
sonata_translation:
locales: ['en']

View File

@@ -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:

View File

@@ -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

View File

@@ -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.'

View File

@@ -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

View File

@@ -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