@@ -13,12 +13,12 @@ |
||
13 | 13 | 'description' => ['Analyze repository, and build DependencyGraph'], |
14 | 14 | 'depender' => ['commands'] |
15 | 15 | ], |
16 | - 'unknown class reflection' => [ // I will remove this component............ |
|
16 | + 'unknown class reflection' => [// I will remove this component............ |
|
17 | 17 | 'define' => [$unknownClassReflection], |
18 | 18 | 'description' => 'temporary component........', |
19 | 19 | 'depender' => ['dependency_dumper', 'graph_builder'] |
20 | 20 | ], |
21 | - 'graph_builder' => [ // I'm thinking about this component position. |
|
21 | + 'graph_builder' => [// I'm thinking about this component position. |
|
22 | 22 | 'define' => ['\DependencyAnalyzer\DependencyGraph\DependencyGraphBuilder'], |
23 | 23 | 'description' => ['Build DependencyGraph'], |
24 | 24 | 'depender' => ['dependency_dumper'] |