-
-
Save kunicmarko20/6a1dae8b2b76b87711726b744dc0a0a8 to your computer and use it in GitHub Desktop.
PHPStorm Live templates
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
public function equals($CLASS$ $other): bool | |
{ | |
return $END$; | |
} |
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
public static function $NAME$($PARAMETERS$): self | |
{ | |
return new self($END$); | |
} |
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
/** | |
* @test | |
*/ | |
public function $test$(): void | |
{ | |
$END$ | |
} | |
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
public function toString(): string | |
{ | |
return $END$; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment