[FEATURE] Indexing TEI full texts #1712
Your pull request is up to standards!
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
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
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
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
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
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
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
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
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
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