forked from wallabag/wallabag
Add a real configuration for CS-Fixer
This commit is contained in:
@ -188,7 +188,7 @@ class SiteCredential
|
||||
*/
|
||||
public function timestamps()
|
||||
{
|
||||
if (is_null($this->createdAt)) {
|
||||
if (null === $this->createdAt) {
|
||||
$this->createdAt = new \DateTime();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user