Skip to content

Rename variable contentHTMl to contentXml

d0189c7
Select commit
Loading
Failed to load commit list.
Merged

[FEATURE] Indexing TEI full texts #1712

Rename variable contentHTMl to contentXml
d0189c7
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Sep 1, 2025 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 9
           

Complexity increasing per file
==============================
- Classes/Format/Alto.php  1
- Classes/Common/FullTextReader.php  8
- Classes/Format/Tei.php  12
- Tests/Unit/Format/TeiTest.php  2
         

See the complete overview on Codacy

Annotations

Check notice on line 25 in Classes/Common/FulltextInterface.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Common/FulltextInterface.php#L25

Opening brace of a interface must be on the line after the definition

Check notice on line 25 in Classes/Common/FulltextInterface.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Common/FulltextInterface.php#L25

Opening brace of a interface must be on the line after the definition

Check notice on line 51 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L51

Expected "if (...) {\n"; found "if(...) {\n"

Check notice on line 51 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L51

Expected 1 space after IF keyword; 0 found

Check notice on line 82 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L82

Expected "if (...) {\n"; found "if(...) {\n"

Check notice on line 82 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L82

Expected 1 space after IF keyword; 0 found

Check notice on line 107 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L107

Missing class import via use statement (line '106', column '24').

Check notice on line 132 in Classes/Format/Tei.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Classes/Format/Tei.php#L132

The closing brace for the class must go on the next line after the body

Check notice on line 54 in Tests/Unit/Format/TeiTest.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Tests/Unit/Format/TeiTest.php#L54

The closing brace for the class must go on the next line after the body