Completed
Pull Request — dev (#18)
by
unknown
26:42
created
src/AppBundle/Entity/Event.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @param UserIntern $user
151
+     * @param User $users
152 152
      *
153 153
      * @return Event
154 154
      */
Please login to merge, or discard this patch.
src/AppBundle/Entity/SurveyQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * Get Surveys.
142 142
      *
143
-     * @return ArrayCollection
143
+     * @return Survey
144 144
      */
145 145
     public function getSurveys()
146 146
     {
Please login to merge, or discard this patch.