-
Go to PhpStorm Preferences | Tools | Settings Repository
-
Add Read-only Source https://github.com/TomasVotruba/PhpStorm-LiveTemplates
-
Restart PhpStorm and profit!
declare(strict_types=1);
public function __construct($END$)
{
}
public function $NAME$($ARGS$)
{
$END$
}
private function $NAME$($ARGS$)
{
$END$
}
/**
* @var string
*/
/**
* @var string[]
*/
/**
* @var int
*/
/**
* @return string[]
*/