Skip to content

Commit 30a28f0

Browse files
committed
Automated linting
1 parent 3bdb5ac commit 30a28f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.phpunit.cache/test-results

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":1,"defects":[],"times":{"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testValidDoi":0.004,"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testInvalidDoiThrowsException":0.001,"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testDoiWithUrlPrefix":0}}
1+
{"version":1,"defects":[],"times":{"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testValidDoi":0.006,"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testInvalidDoiThrowsException":0.001,"CitationGenerator\\Tests\\Integration\\DoiValidatorTest::testDoiWithUrlPrefix":0}}

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Each citation as separate XML documents:
8888
</element-citation>
8989
```
9090

91-
#### Combined
91+
#### REflist
9292
All citations wrapped in a reference list:
9393
```xml
9494
<?xml version="1.0" encoding="UTF-8"?>
@@ -106,7 +106,7 @@ All citations wrapped in a reference list:
106106
</ref-list>
107107
```
108108

109-
#### Bibliography
109+
#### Back
110110
Full back format with labels:
111111
```xml
112112
<?xml version="1.0" encoding="UTF-8"?>
@@ -133,10 +133,9 @@ Full back format with labels:
133133

134134
The application handles various error scenarios:
135135

136-
- **Invalid DOI format**: Shows specific error for malformed DOIs
137-
- **Network failures**: Gracefully handles API timeouts and connection issues
138-
- **Missing citations**: Tries multiple providers before failing
139-
- **Partial failures**: With multiple DOIs, successful citations are still output
136+
- Invalid DOI format: Shows specific error for malformed DOIs
137+
- Network failures: handles API timeouts and connection issues
138+
140139

141140
### Example with Errors
142141

@@ -171,8 +170,9 @@ Failed DOIs:
171170
- invalid-doi: Invalid DOI format: invalid-doi
172171
```
173172

174-
#
173+
175174
## Development
175+
- PHP Coding and code reading required. tool does not contain method documentation.
176176

177177
### Testing
178178

0 commit comments

Comments
 (0)