This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git archive --format=zip --prefix=directory/ -o deployment.zip HEAD $(git diff --name-only tags/v0.19.1 HEAD) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @noinspection PhpAbstractStaticMethodInspection */ | |
/* @noinspection PhpHierarchyChecksInspection */ | |
/* @noinspection PhpUnreachableStatementInspection */ | |
/* @noinspection PhpUnusedLocalVariableInspection */ | |
/* @noinspection PhpWrongCatchClausesOrderInspection */ | |
/* @noinspection PhpDeprecationInspection */ | |
/* @noinspection PhpDocMissingReturnTagInspection */ | |
/* @noinspection PhpDocMissingThrowsInspection */ | |
/* @noinspection PhpDocSignatureInspection */ | |
/* @noinspection PhpMissingDocCommentInspection */ |