Commit 4bd0804b authored by Oulahal Said's avatar Oulahal Said Committed by Guillaume Perréal
Browse files

Correction format

Showing with 3 additions and 3 deletions
+3 -3
......@@ -79,14 +79,14 @@ services:
irstea_file_upload.virus_scanner.socket:
class: Socket\Raw\Socket
arguments:
- "%irstea_file_upload.virus_scanner.clamav_socket_path"
- "%irstea_file_upload.virus_scanner.clamav_socket_path%"
irstea_file_upload.virus_scanner.client:
class: Xenolope\Quahog\Client
arguments:
- "@irstea_file_upload.virus_scanner.socket"
- "%irstea_file_upload.virus_scanner.client_timeout"
- "%irstea_file_upload.virus_scanner.client_mode"
- "%irstea_file_upload.virus_scanner.client_timeout%"
- "%irstea_file_upload.virus_scanner.client_mode%"
irstea_file_upload.virus_scanner:
class: Irstea\FileUploadBundle\Listener\VirusScannerListener
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment