Test Setup Failed
Branch master (5f6c24)
by Maxence
02:25
created
src/Maxpou/BeerBundle/Entity/Brewery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Get id
80 80
      *
81
-     * @return UUID
81
+     * @return integer
82 82
      */
83 83
     public function getId()
84 84
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Get beers
159 159
      *
160
-     * @return \Doctrine\Common\Collections\Collection
160
+     * @return Beer
161 161
      */
162 162
     public function getBeers()
163 163
     {
Please login to merge, or discard this patch.