Skip to content

Instantly share code, notes, and snippets.

View strawburrypokki's full-sized avatar

StrawburryPokki strawburrypokki

View GitHub Profile
@strawburrypokki
strawburrypokki / git archive
Created April 19, 2018 08:46
Git Cheatsheet
git archive --format=zip --prefix=directory/ -o deployment.zip HEAD $(git diff --name-only tags/v0.19.1 HEAD)
@strawburrypokki
strawburrypokki / php-noinspection
Created February 22, 2018 14:22
PHPStorm PHP @noinspection
/* @noinspection PhpAbstractStaticMethodInspection */
/* @noinspection PhpHierarchyChecksInspection */
/* @noinspection PhpUnreachableStatementInspection */
/* @noinspection PhpUnusedLocalVariableInspection */
/* @noinspection PhpWrongCatchClausesOrderInspection */
/* @noinspection PhpDeprecationInspection */
/* @noinspection PhpDocMissingReturnTagInspection */
/* @noinspection PhpDocMissingThrowsInspection */
/* @noinspection PhpDocSignatureInspection */
/* @noinspection PhpMissingDocCommentInspection */