Skip to content

Instantly share code, notes, and snippets.

@howyi
Created January 15, 2020 16:44
Show Gist options
  • Save howyi/48e51db7e01a3d6314b1316bccccbd12 to your computer and use it in GitHub Desktop.
Save howyi/48e51db7e01a3d6314b1316bccccbd12 to your computer and use it in GitHub Desktop.
<?php
/**
* @return string
*/
public function getDefault(): string
{
return $this->default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment