Skip to content

Commit 1d6c735

Browse files
authored
Update import.rst
add missing space
1 parent 4b12185 commit 1d6c735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ a relative or absolute path to the imported file:
125125
126126
return function(ContainerConfigurator $configurator) {
127127
$configurator->import('services/mailer.php');
128-
//If you want to import a directory, use the next configuration
128+
// If you want to import a directory, use the next configuration
129129
$configurator->import('services/');
130130
131131
$services = $configurator->services()

0 commit comments

Comments
 (0)