Skip to content

Instantly share code, notes, and snippets.

@kunicmarko20
Last active May 8, 2019 10:32
Show Gist options
  • Save kunicmarko20/6a1dae8b2b76b87711726b744dc0a0a8 to your computer and use it in GitHub Desktop.
Save kunicmarko20/6a1dae8b2b76b87711726b744dc0a0a8 to your computer and use it in GitHub Desktop.
PHPStorm Live templates
public function equals($CLASS$ $other): bool
{
return $END$;
}
public static function $NAME$($PARAMETERS$): self
{
return new self($END$);
}
/**
* @test
*/
public function $test$(): void
{
$END$
}
public function toString(): string
{
return $END$;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment