Passed
Push — master ( 3c2796...b074c7 )
by Satoshi
02:28
created
conf/this_repository_rule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.