Completed
Push — sf2.7 ( 18de34...b252b6 )
by Laurent
18:26
created
src/AppBundle/Controller/Settings/Divers/SubFamilyLogController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     }
187 187
 
188 188
     /**
189
-     * @param QueryBuilder $qb
189
+     * @param \Doctrine\ORM\QueryBuilder $qb
190 190
      * @param string       $name
191 191
      */
192 192
     protected function addQueryBuilderSort(\Doctrine\ORM\QueryBuilder $qb, $name)
Please login to merge, or discard this patch.
src/AppBundle/Controller/UserController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
      * @param  string        $name   route/entity name
217 217
      * @param  string        $route  route name, if different from entity name
218 218
      * @param  array         $params possible route parameters
219
-     * @return Response
219
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse|null
220 220
      */
221 221
     protected function saveFilter(FormInterface $form, $name, $route = null, array $params = null)
222 222
     {
Please login to merge, or discard this patch.
src/AppBundle/Entity/SubFamilyLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     /**
167 167
      * Get familylogs
168 168
      *
169
-     * @return \AppBundle\Entity\FamilyLog 
169
+     * @return string 
170 170
      */
171 171
     public function getFamilylogs()
172 172
     {
Please login to merge, or discard this patch.