@@ -136,7 +136,7 @@ discard block |
||
136 | 136 | * |
137 | 137 | * @return string |
138 | 138 | */ |
139 | - public function getConsoleBanner(Console $console){ |
|
139 | + public function getConsoleBanner(Console $console) { |
|
140 | 140 | return 'Tools for entity map'; |
141 | 141 | } |
142 | 142 | |
@@ -147,13 +147,13 @@ discard block |
||
147 | 147 | * |
148 | 148 | * @return array |
149 | 149 | */ |
150 | - public function getConsoleUsage(Console $console){ |
|
150 | + public function getConsoleUsage(Console $console) { |
|
151 | 151 | return [ |
152 | 152 | 'Entity map builder', |
153 | 153 | 'entity-map build --objectManager=' => 'Generation entity maps and cached', |
154 | - ['--objectManager=MANAGER_NAME', 'ObjectManager name'], |
|
154 | + [ '--objectManager=MANAGER_NAME', 'ObjectManager name' ], |
|
155 | 155 | 'entity-map clear --objectManager=' => 'Clear entity maps from cached', |
156 | - ['--objectManager=MANAGER_NAME', 'ObjectManager name'], |
|
156 | + [ '--objectManager=MANAGER_NAME', 'ObjectManager name' ], |
|
157 | 157 | ]; |
158 | 158 | } |
159 | 159 | } |
160 | 160 | \ No newline at end of file |