Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2019-08-20 18:39:57 +02:00
parent 8e23629dc0
commit 1629f31fed
31 changed files with 187 additions and 211 deletions

View file

@ -83,13 +83,13 @@ class Category extends PartsContainingDBElement
* @var string
* @ORM\Column(type="text")
*/
protected $partname_hint = "";
protected $partname_hint = '';
/**
* @var string
* @ORM\Column(type="text")
*/
protected $partname_regex = "";
protected $partname_regex = '';
/**
* @var bool
@ -119,13 +119,13 @@ class Category extends PartsContainingDBElement
* @var string
* @ORM\Column(type="text")
*/
protected $default_description = "";
protected $default_description = '';
/**
* @var string
* @ORM\Column(type="text")
*/
protected $default_comment = "";
protected $default_comment = '';
/**
* Returns the ID as an string, defined by the element class.