Marc Brigham

Results 1 issues of Marc Brigham

In that file the code looks like: ``` /** * @ORM\preUpdate */ public function setUpdatedValue() { $this->setUpdated(new \DateTime()); } ``` When it should look like this: /** \* @ORM\PreUpdate */...