stable
Clone or download
Read-only
object is a reserved keyword since PHP 7.2 and should not be used in namespaces [0]. This is part of story #12322: have git-lfs batch and basic transfer API [0] https://secure.php.net/manual/en/reserved.other-reserved-words.php Change-Id: I087eff000443dd680eeab810892d425923bdd6b5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRequest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Authorization/Action/ActionAuthorizationVerifier.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Authorization/Action/AuthorizedAction.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Request/BatchRequest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionHrefDownload.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionHrefUpload.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionHrefVerify.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithActions.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithNotFoundError.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithoutAction.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php | +2 | −2 | Go to diff View file |
R | plugins/gitlfs/include/Object/LFSObject.php | Go to diff View file | ||
R | plugins/gitlfs/include/Object/LFSObjectDAO.php | Go to diff View file | ||
R | plugins/gitlfs/include/Object/LFSObjectID.php | Go to diff View file | ||
R | plugins/gitlfs/include/Object/LFSObjectPathAllocator.php | Go to diff View file | ||
R | plugins/gitlfs/include/Object/LFSObjectRetriever.php | Go to diff View file | ||
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSaver.php | +3 | −3 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/LFSTransferVerificationNotUploadedObjectException.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/include/Transfer/LFSTransferVerifier.php | +4 | −4 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.class.php | +7 | −7 | Go to diff View file |
M | plugins/gitlfs/phpunit/Authorization/Action/ActionAuthorizationTokenCreatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/phpunit/Batch/Response/BatchResponseObjectWithActionsTest.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/phpunit/Batch/Response/BatchSuccessfulResponseBuilderTest.php | +3 | −3 | Go to diff View file |
R | plugins/gitlfs/phpunit/Object/LFSObjectIDTest.php | Go to diff View file | ||
R | plugins/gitlfs/phpunit/Object/LFSObjectRetrieverTest.php | Go to diff View file | ||
R | plugins/gitlfs/phpunit/Object/LFSObjectTest.php | Go to diff View file | ||
M | plugins/gitlfs/phpunit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php | +4 | −4 | Go to diff View file |
M | plugins/gitlfs/phpunit/Transfer/LFSTransferVerifierTest.php | +5 | −5 | Go to diff View file |