@@ -64,16 +64,16 @@ |
||
64 | 64 | Console::log(Console::text(' ' . $savedIcon, $savedColor) . self::printResult(' Saved reports: ', $nbSavedReports, $savedColor, '', false)); |
65 | 65 | } |
66 | 66 | |
67 | - /** |
|
68 | - * Print report errors |
|
69 | - * |
|
70 | - * @access protected |
|
71 | - * @static |
|
72 | - * @param object $response |
|
73 | - * @param string $fileName |
|
74 | - * |
|
75 | - * @return void |
|
76 | - */ |
|
67 | + /** |
|
68 | + * Print report errors |
|
69 | + * |
|
70 | + * @access protected |
|
71 | + * @static |
|
72 | + * @param object $response |
|
73 | + * @param string $fileName |
|
74 | + * |
|
75 | + * @return void |
|
76 | + */ |
|
77 | 77 | protected static function printBulkReportErrors(object $response) |
78 | 78 | { |
79 | 79 | $nbErrorReports = isset($response->data->invalidReports) ? count($response->data->invalidReports) : 0; |