Skip to content

Instantly share code, notes, and snippets.

@Akii
Created November 28, 2016 19:35
Show Gist options
  • Save Akii/7cfc6bde04c59a4d5d7ab339599e6d33 to your computer and use it in GitHub Desktop.
Save Akii/7cfc6bde04c59a4d5d7ab339599e6d33 to your computer and use it in GitHub Desktop.
/**
* @var DateTimeImmutable <-- kay
*/
private $date;
protected function __construct()
{
$this->date = date("Y-m-d H:i:s"); // <-- waaaat?
}
public function date(): string
{
return $this->date; <- great
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment