FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\odt_importer.info.yml
-------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------
8 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\odt_importer.install
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AND 1 WARNING AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
4 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* Implements hook_foo_BAR_ID_bar() for block templates."
5 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
5 | ERROR | [ ] Missing parameter comment
5 | ERROR | [ ] Missing parameter type
6 | ERROR | [x] Separate the @param and @return sections by a blank line.
6 | ERROR | [ ] Description for the @return value is missing
28 | ERROR | [x] Whitespace found at end of line
32 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\odt_importer.module
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 5 WARNINGS AFFECTING 11 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] There must be exactly one blank line after the file comment
8 | WARNING | [x] Unused use statement
11 | ERROR | [x] Missing function doc comment
13 | WARNING | [x] 'ToDo: Can we optimize this logic and replace foreach cycle?' should match the format '@todo Fix problem X here.'
14 | ERROR | [x] Whitespace found at end of line
17 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
21 | WARNING | [x] 'ToDo: create separate format and use it by default or instead NULL?' should match the format '@todo Fix problem X here.'
24 | WARNING | [x] 'ToDo: Load convertion settings in the future' should match the format '@todo Fix problem X here.'
25 | WARNING | [x] 'ToDo: Add options for image folder per odt_file field' should match the format '@todo Fix problem X here.'
25 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
45 | ERROR | [ ] The array declaration extends to column 102 (the limit is 80). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\README.txt
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
108 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\src\OdtConverter.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 147 ERRORS AND 18 WARNINGS AFFECTING 112 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
5 | ERROR | [x] When importing a class with "use", do not include a leading \
12 | ERROR | [x] Additional blank lines found at end of doc comment
15 | ERROR | [x] Whitespace found at end of line
18 | ERROR | [ ] Doc comment short description must end with a full stop
18 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
19 | ERROR | [x] There must be exactly one newline after the class comment
37 | ERROR | [ ] Class property $images_folder should use lowerCamel naming without underscores
58 | WARNING | [x] 'ToDo: Add this settings to Drupal configuration GUI' should match the format '@todo Fix problem X here.'
58 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
69 | ERROR | [x] Whitespace found at end of line
71 | ERROR | [x] Whitespace found at end of line
74 | ERROR | [x] Whitespace found at end of line
85 | ERROR | [x] Whitespace found at end of line
90 | ERROR | [ ] Protected method name "OdtConverter::is_image" is not in lowerCamel format
98 | WARNING | [x] 'ToDo: change mime_content_type to symphony MimeTypeGuesserInterface' should match the format '@todo Fix problem X here.'
98 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
105 | ERROR | [ ] Protected method name "OdtConverter::copy_file" is not in lowerCamel format
106 | WARNING | [x] 'ToDo: change to file.repository service' should match the format '@todo Fix problem X here.'
106 | ERROR | [x] No space found before comment text; expected "// ToDo: change to file.repository service" but found "//ToDo: change to file.repository service"
106 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
107 | ERROR | [x] Whitespace found at end of line
108 | ERROR | [x] Whitespace found at end of line
109 | ERROR | [x] Whitespace found at end of line
111 | ERROR | [x] Whitespace found at end of line
118 | ERROR | [x] Additional blank lines found at end of doc comment
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
128 | ERROR | [x] Whitespace found at end of line
129 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
131 | ERROR | [x] Whitespace found at end of line
133 | WARNING | [x] There must be no blank line following an inline comment
133 | ERROR | [x] No space found before comment text; expected "// href="#\d{1,}\.([\w\t\d ]){2,}\|outline" but found "//href="#\d{1,}\.([\w\t\d ]){2,}\|outline"
133 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
134 | ERROR | [x] Whitespace found at end of line
136 | ERROR | [x] Whitespace found at end of line
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
140 | ERROR | [x] Concat operator must be surrounded by a single space
140 | ERROR | [x] Concat operator must be surrounded by a single space
143 | ERROR | [x] Whitespace found at end of line
145 | ERROR | [x] Space found after square bracket; expected "[$match" but found "[ $match"
145 | ERROR | [x] Space found before square bracket; expected "]]" but found "] ]"
147 | ERROR | [x] Whitespace found at end of line
150 | WARNING | [x] There must be no blank line following an inline comment
150 | ERROR | [x] No space found before comment text; expected "// $xml_string = str_replace('', '
', $xml_string);" but found "//$xml_string = str_replace('', '
| | />', $xml_string);"
150 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
151 | ERROR | [x] Whitespace found at end of line
157 | ERROR | [ ] Doc comment short description must end with a full stop
157 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
160 | WARNING | [x] 'ToDo: move to protected variable?' should match the format '@todo Fix problem X here.'
162 | ERROR | [x] Whitespace found at end of line
177 | ERROR | [x] Whitespace found at end of line
178 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
178 | ERROR | [x] Whitespace found at end of line
180 | ERROR | [x] Whitespace found at end of line
182 | ERROR | [x] Whitespace found at end of line
184 | ERROR | [x] Whitespace found at end of line
185 | WARNING | [x] 'ToDo: Check if we need to return this here? See below: case 'draw:frame'' should match the format '@todo Fix problem X here.'
186 | WARNING | [x] There must be no blank line following an inline comment
186 | ERROR | [x] No space found before comment text; expected "// $translation_table['draw:frame'] = 'div class="odt-frame"';" but found "//$translation_table['draw:frame'] = 'div class="odt-frame"';"
186 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
187 | ERROR | [x] Whitespace found at end of line
188 | WARNING | [x] 'ToDo: implement support for ol li lists' should match the format '@todo Fix problem X here.'
188 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
214 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
214 | ERROR | [x] No space found before comment text; expected "// This array will contain the HTML tags opened in every iteration" but found "//This array will contain the HTML tags opened in every
| | iteration"
214 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
214 | ERROR | [x] Comments may not appear after statements
215 | ERROR | [x] Whitespace found at end of line
217 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
225 | ERROR | [x] No space found before comment text; expected "// Close opened tags" but found "//Close opened tags"
225 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
228 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
229 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
232 | WARNING | [ ] Line exceeds 80 characters; contains 133 characters
232 | ERROR | [x] No space found before comment text; expected "// Close every opened tags. This should also handle malformed XML files" but found "//Close every opened tags. This should also handle
| | malformed XML files"
232 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
232 | ERROR | [x] Comments may not appear after statements
235 | ERROR | [ ] The array declaration extends to column 111 (the limit is 80). The array content should be split up over multiple lines
236 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
238 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
242 | ERROR | [x] Whitespace found at end of line
243 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
247 | ERROR | [x] Inline control structures are not allowed
250 | ERROR | [x] Whitespace found at end of line
251 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 17
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 19
256 | ERROR | [x] Expected 1 space before "="; 0 found
256 | ERROR | [x] Expected 1 space after "="; 0 found
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 17
260 | ERROR | [x] Whitespace found at end of line
268 | ERROR | [x] Whitespace found at end of line
269 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
271 | ERROR | [x] No space found before comment text; expected "// Just convert odf to html
" but found "//Just convert odf to html
"
271 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
273 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
279 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
287 | WARNING | [x] 'ToDo: add options for rel="nofollow" and target="_blank"' should match the format '@todo Fix problem X here.'
288 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
305 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
316 | ERROR | [x] Whitespace found at end of line
324 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
336 | WARNING | [x] 'ToDo: make config option for size of inline images' should match the format '@todo Fix problem X here.'
337 | WARNING | [x] 'ToDo: check this with xml and webp images' should match the format '@todo Fix problem X here.'
337 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
357 | ERROR | [x] Concat operator must be surrounded by a single space
361 | ERROR | [x] Whitespace found at end of line
365 | ERROR | [x] No space found before comment text; expected "// br" but found "//br"
365 | ERROR | [x] Inline comments must start with a capital letter
365 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
365 | ERROR | [x] Comments may not appear after statements
366 | ERROR | [x] No space found before comment text; expected "//
" but found "//
"
366 | ERROR | [x] Comments may not appear after statements
368 | ERROR | [x] Whitespace found at end of line
373 | ERROR | [x] No space found before comment text; expected "// Not optimal" but found "//Not optimal"
373 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
373 | ERROR | [x] Comments may not appear after statements
375 | ERROR | [x] Whitespace found at end of line
377 | ERROR | [x] No space found before comment text; expected "// We can't handle that at the moment" but found "//We can't handle that at the moment"
377 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
377 | ERROR | [x] Comments may not appear after statements
380 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
383 | ERROR | [x] No space found before comment text; expected "// Creates the style and add to its tags" but found "//Creates the style and add to its tags"
383 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
388 | ERROR | [x] No space found before comment text; expected "// Creates the style and add to its tags" but found "//Creates the style and add to its tags"
388 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
393 | ERROR | [x] No space found before comment text; expected "// Creates the style and add to its tags" but found "//Creates the style and add to its tags"
393 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
401 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
407 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
407 | ERROR | [x] Whitespace found at end of line
416 | ERROR | [x] Whitespace found at end of line
418 | ERROR | [x] Whitespace found at end of line
423 | ERROR | [x] Expected newline after closing brace
425 | ERROR | [x] Whitespace found at end of line
428 | ERROR | [x] Whitespace found at end of line
429 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
439 | ERROR | [x] Whitespace found at end of line
441 | ERROR | [x] Expected 1 space after ELSEIF keyword; 0 found
442 | WARNING | [x] 'ToDo: Add date format to module configuration' should match the format '@todo Fix problem X here.'
442 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
450 | WARNING | [x] There must be no blank line following an inline comment
450 | ERROR | [x] No space found before comment text; expected "// End of the note" but found "//End of the note"
450 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
451 | ERROR | [x] Whitespace found at end of line
458 | ERROR | [x] Whitespace found at end of line
461 | ERROR | [x] Whitespace found at end of line
464 | ERROR | [x] Whitespace found at end of line
472 | ERROR | [x] No space found before comment text; expected "// $tag[0] is the tag name, other indexes are attributes" but found "//$tag[0] is the tag name, other indexes are attributes"
478 | ERROR | [x] Whitespace found at end of line
479 | ERROR | [x] There should be no white space after an opening "{"
479 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters
479 | ERROR | [x] No space found before comment text; expected "// Opening tag" but found "//Opening tag"
479 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
479 | ERROR | [x] Comments may not appear after statements
482 | ERROR | [x] No space found before comment text; expected "// Styling tags management" but found "//Styling tags management"
482 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
490 | WARNING | [x] A comma should follow the last multiline array item. Found: $opened_tags
494 | ERROR | [x] Expected 1 blank line after function; 0 found
495 | ERROR | [x] The closing brace for the class must have an empty line before it
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 154 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\odt_importer\src\Plugin\Field\FieldType\OdtFileItem.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 14 ERRORS AND 10 WARNINGS AFFECTING 22 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | WARNING | [x] Unused use statement
9 | WARNING | [x] Unused use statement
13 | WARNING | [x] Unused use statement
14 | WARNING | [x] Unused use statement
16 | WARNING | [x] Unused use statement
38 | ERROR | [x] Empty array declaration must have no space between the parentheses
101 | WARNING | [x] 'ToDo: check that this lib attached from parrent or uncomment line:' should match the format '@todo Fix problem X here.'
102 | WARNING | [x] There must be no blank line following an inline comment
102 | ERROR | [x] No space found before comment text; expected "// $element['#attached']['library'][] = 'file/drupal.file';" but found "//$element['#attached']['library'][] = 'file/drupal.file';"
102 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
136 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
138 | ERROR | [x] Whitespace found at end of line
139 | ERROR | [x] Whitespace found at end of line
142 | ERROR | [ ] The array declaration extends to column 139 (the limit is 80). The array content should be split up over multiple lines
145 | ERROR | [x] Whitespace found at end of line
146 | ERROR | [x] Whitespace found at end of line
163 | WARNING | [ ] Possible useless method overriding detected
166 | WARNING | [x] 'ToDo: validate destination field?' should match the format '@todo Fix problem X here.'
189 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0
190 | WARNING | [x] 'ToDo: add destination field? Example:' should match the format '@todo Fix problem X here.'
192 | ERROR | [x] Line indented incorrectly; expected at least 5 spaces, found 0
204 | ERROR | [x] Expected 1 blank line after function; 0 found
205 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff_3-4.txt | 478 bytes | Munavijayalakshmi |
| #4 | Drupal-standard-coding-issue-3301520-4.patch | 30.32 KB | Munavijayalakshmi |
| #3 | clear_coding_standards.png | 22.17 KB | Munavijayalakshmi |
| #3 | Drupal-standard-coding-issue-3301520-3.patch | 30.52 KB | Munavijayalakshmi |
| #2 | Drupal-standard-coding-issue-3301520-2.patch | 29.09 KB | Harsh panchal |
Comments
Comment #2
Harsh panchal commentedI have fixed phpcs drupal standard issue and providing a patch. please review
Comment #3
Munavijayalakshmi commentedFirst applied patch #2 from https://www.drupal.org/project/odt_importer/issues/3301520
second applied patch #2 from https://www.drupal.org/project/odt_importer/issues/3301538
after getting following errors:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig odt_importer/
FILE: /var/www/html/vb/drupal-2821827/modules/contrib/odt_importer/src/Plugin/Field/FieldType/OdtFileItem.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
99 | WARNING | [x] There must be no blank line following an inline comment
99 | WARNING | [ ] There must be no blank line following an inline comment
107 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
110 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
146 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
147 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
Time: 279ms; Memory: 12MB
third I applied patch #2 from https://www.drupal.org/project/odt_importer/issues/3301529
but the patch failed and needs to be re-rolled.
I fixed remaining errors attach patch.
Comment #4
Munavijayalakshmi commentedAfter clearing the coding standards issues get the following error when installing a module,
TypeError: Argument 1 passed to odt_importer_requirements() must be of the type array, string given in odt_importer_requirements() (line 17 of /var/www/html/vb/drupal-2821827/modules/contrib/odt_importer/odt_importer.install)
Rectified error attach a patch.
Comment #5
Munavijayalakshmi commentedComment #6
Munavijayalakshmi commented@dillix Before fixing this issue check once following issue,
https://www.drupal.org/project/odt_importer/issues/3301564
Comment #7
dillix commented@munavijayalakshmi I fixed several issues, so we need to reroll patch. Also I reviewed #4 and we should replace underscored vars and functions to camelCased ones in OdtConverter.php.
Comment #8
dillix commentedComment #10
dillix commentedComment #11
dillix commented