Skip to content

Instantly share code, notes, and snippets.

@mcsee
Created July 16, 2020 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/d628f6f8a4382b668d6eae966bd6765e to your computer and use it in GitHub Desktop.
Save mcsee/d628f6f8a4382b668d6eae966bd6765e to your computer and use it in GitHub Desktop.
<?
final class TwitterAccount {
private $followers;
private function __construct() {
$this->followers = [];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment