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