Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2019-03-20 22:53:06 +01:00
parent 782e2b7fdf
commit 0f3ba9b6a8
19 changed files with 109 additions and 139 deletions

View file

@ -21,9 +21,10 @@
*
*/
namespace App\Entity;;
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Intl\Exception\NotImplementedException;
/**
* Class Attachment
@ -137,6 +138,8 @@ class Attachment extends NamedDBElement
public function getType() : AttachmentType
{
//TODO
throw new NotImplementedException("Not implemented yet!");
}
/**