Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 11dc972

Browse files
committed
aligned indents in application configuration
1 parent 6b7438a commit 11dc972

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/application.config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454

5555
// Used to create an own service manager. May contain one or more child arrays.
56-
//'service_listener_options' => [
56+
// 'service_listener_options' => [
5757
// [
5858
// 'service_manager' => $stringServiceManagerName,
5959
// 'config_key' => $stringConfigKey,
@@ -62,7 +62,7 @@
6262
// ],
6363
// ],
6464

65-
// Initial configuration with which to seed the ServiceManager.
66-
// Should be compatible with Zend\ServiceManager\Config.
67-
// 'service_manager' => [],
65+
// Initial configuration with which to seed the ServiceManager.
66+
// Should be compatible with Zend\ServiceManager\Config.
67+
// 'service_manager' => [],
6868
];

0 commit comments

Comments
 (0)