Open dinel opened 6 years ago
in src/AppBundle/Utils/SharedFunctions.php, line 145
The parameter em, which is an object, should be typehinted.
em
* Removes a sense * @param AppBundle\Entity\Sense $sense * @param AppBundle\Entity\Markable $mark * @param type $em */ public static function removeSense($sense, $mark, $em, $doctrine) { $annotations = $doctrine->getRepository('AppBundle:Annotation') ->createQueryBuilder('a') ->where('a.sense = :id') ->setParameter('id', $sense->getId()) ->getQuery()
Posted from SensioLabsInsight
in src/AppBundle/Utils/SharedFunctions.php, line 145
Posted from SensioLabsInsight