stable
Clone or download
Read-only
Closes request #31117: Introduce a generic `Option<T>` type
No functional changes to the existing codebase. Change-Id: I63109e50deacb490cdfba5476e53b3ab13adf679
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/onlyoffice/include/Save/OnlyOfficeCallbackDocumentSaver.php | +2 | −1 | Go to diff View file |
M | plugins/onlyoffice/include/Save/OnlyOfficeCallbackResponseJWTParser.php | +6 | −5 | Go to diff View file |
M | plugins/onlyoffice/include/Save/OnlyOfficeCallbackResponseParser.php | +2 | −1 | Go to diff View file |
M | plugins/onlyoffice/include/Save/OnlyOfficeSaveController.php | +3 | −2 | Go to diff View file |
M | plugins/onlyoffice/include/Save/SaveOnlyOfficeCallbackDocument.php | +3 | −2 | Go to diff View file |
M | plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackDocumentSaverTest.php | +12 | −11 | Go to diff View file |
M | plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackResponseJWTParserTest.php | +3 | −2 | Go to diff View file |
M | plugins/onlyoffice/tests/unit/Save/OnlyOfficeSaveControllerTest.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/FlatArtifactRepresentationTransformer.php | +13 | −11 | Go to diff View file |
R | plugins/onlyoffice/include/Save/OptionalValue.php | Go to diff View file | ||
A | src/common/Option/Options.php | +47 | −0 | Go to diff View file |
A | src/common/Option/README.md | +75 | −0 | Go to diff View file |
R | plugins/onlyoffice/tests/unit/Save/OptionalValueTest.php | Go to diff View file | ||
A | tests/unit/common/Option/OptionsTest.php | +39 | −0 | Go to diff View file |