Completed
Pull Request — master (#132)
by
unknown
08:35
created
src/AppBundle/EventListener/SerializerSubscriber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
 
157 157
     /**
158 158
      * @param $galleries
159
-     * @param $locale
159
+     * @param string $locale
160 160
      * @return array
161 161
      */
162 162
     protected function formatGalleries($galleries, $locale)
Please login to merge, or discard this patch.
src/AppBundle/Entity/Seat.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace AppBundle\Entity;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6 5
 use Doctrine\ORM\Mapping as ORM;
7
-use Gedmo\Mapping\Annotation as Gedmo;
8
-use Gedmo\Translatable\Document\Translation;
9 6
 use JMS\Serializer\Annotation\ExclusionPolicy;
10 7
 use JMS\Serializer\Annotation\Expose;
11 8
 use JMS\Serializer\Annotation\Type;
Please login to merge, or discard this patch.