Completed
Push — master ( 038e4e...2e336d )
by Tomáš
06:50
created
src/Webcook/Cms/SecurityBundle/Entity/Role.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Gets the value of name.
65 65
      *
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     public function getName()
69 69
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Webcook\Cms\CoreBundle\Base\BasicEntity;
14 14
 use Doctrine\ORM\Mapping as ORM;
15 15
 use ApiPlatform\Core\Annotation\ApiResource;
16
-use ApiPlatform\Core\Annotation\ApiProperty;
17 16
 use Symfony\Component\Validator\Constraints as Assert;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.