Validator calls
In
ApiDemandeLogementController.php
line ():
No violations
// Validation des données reçus$inputErrors = $validator->validate($leadLocation);if (count($inputErrors) > 0) {$errorsString = (string) $inputErrors;$this->logger->warning('Lead location refusé : données invalides', ['data' => $leadLocation, 'errors' => $errorsString]);return $this->json($inputErrors, Response::HTTP_BAD_REQUEST);
[ "value" => App\Entity\LeadLocation {#806 -id: 2920 -uuid: Ramsey\Uuid\Lazy\LazyUuidFromString {#802 …} -firstName: "" -lastName: "Emilie Ronne" -email: "amoursucrede47@gmail.com" -tel: "+33618853113" -city: "TOULOUSE " -sourceProspect: "My Se Loger pro (SGL)" -commentaireDemande: "Je suis intéressé par votre offre et souhaite organiser un rendez-vous de visite. Merci de bien vouloir me contacter." -utmForm: "My Se Loger pro (SGL)" -utmSource: "My Se Loger pro (SGL)" -utmMedium: "ApiLeadsBuy" -utmCampaign: "" -utmTerm: "" -attribution: "Location Toulouse 1" -refAnnonce: "8519" -lienAnnonce: null -demandeLogement: App\Entity\DemandeLogement {#921 -id: 158007 -uuid: Ramsey\Uuid\Lazy\LazyUuidFromString {#1292 …} -dateDemande: DateTimeImmutable @1770918313 {#887 date: 2026-02-12 18:45:13.221637 Europe/Paris (+01:00) } -sourceProspect: null -dateEntreeSouhaitee: null -compositionFamiliale: null -nbEnfant: null -typologieRecherche: null -parking: null -balcon: null -budgetMax: null -commentaireDemande: null -decisionDemande: null -createurDemande: null -dateDernierAppel: null -nbAppel: 0 -secteurRecherche: null -createurPremsVisite: null -creationDossier: null -userDernierAppel: null -borneElectrique: false -lot: null -idAccess: null -refAnnonceSouhaitee: null -utmForm: null -utmSource: null -utmMedium: null -utmCampaign: null -utmTerm: null -attribution: null -candidats: Doctrine\ORM\PersistentCollection {#1509 …} -visites: Doctrine\ORM\PersistentCollection {#1468 …} -mel: null -solvabilites: Doctrine\ORM\PersistentCollection {#1566 …} -suiviAppels: Doctrine\ORM\PersistentCollection {#1568 …} -leadsLocation: Doctrine\ORM\PersistentCollection {#1582 …} -equipe: App\Entity\Equipe {#1249 …} -documentLocataires: Doctrine\ORM\PersistentCollection {#1581 …} } -createdAt: DateTimeImmutable @1770918313 {#887} -miseEnLocation: null } "constraints" => null "groups" => null ]
In
ApiDemandeLogementController.php
line ():
No violations
[ "value" => App\Entity\Contact {#1237 -id: 180424 -firstName: "" -lastName: "Emilie Ronne" -email: "amoursucrede47@gmail.com" -tel: "+33618853113" -address: null -zipCode: null -city: "TOULOUSE " -proprietaire: null -vendeur: null -candidats: Doctrine\ORM\PersistentCollection {#1508 …} -misesEnLocation: Doctrine\ORM\PersistentCollection {#1478 …} } "constraints" => null "groups" => null ]
In
ApiDemandeLogementController.php
line ():
No violations
$errorsC = $validator->validate($contact);$errorsCD = $validator->validate($candidat);$errorsDL = $validator->validate($dl);if (count($errorsC) > 0 || count($errorsCD) > 0 || count($errorsDL) > 0) {$errorsString = (string) $errorsC . (string) $errorsCD . (string) $errorsDL;$this->logger->warning('Lead location refusé : données invalides', ['data' => $leadLocation, 'errors' => $errorsString]);
[ "value" => App\Entity\Candidat {#1285 -id: 158007 -contact: App\Entity\Contact {#1237 -id: 180424 -firstName: "" -lastName: "Emilie Ronne" -email: "amoursucrede47@gmail.com" -tel: "+33618853113" -address: null -zipCode: null -city: "TOULOUSE " -proprietaire: null -vendeur: null -candidats: Doctrine\ORM\PersistentCollection {#1508 …} -misesEnLocation: Doctrine\ORM\PersistentCollection {#1478 …} } -situation: null -garant: null -demandeLogements: Doctrine\ORM\PersistentCollection {#1500 …} } "constraints" => null "groups" => null ]
In
ApiDemandeLogementController.php
line ():
No violations
$errorsC = $validator->validate($contact);$errorsCD = $validator->validate($candidat);$errorsDL = $validator->validate($dl);if (count($errorsC) > 0 || count($errorsCD) > 0 || count($errorsDL) > 0) {$errorsString = (string) $errorsC . (string) $errorsCD . (string) $errorsDL;$this->logger->warning('Lead location refusé : données invalides', ['data' => $leadLocation, 'errors' => $errorsString]);return $this->json($errorsString, Response::HTTP_BAD_REQUEST);
[ "value" => App\Entity\DemandeLogement {#921 -id: 158007 -uuid: Ramsey\Uuid\Lazy\LazyUuidFromString {#1292 …} -dateDemande: DateTimeImmutable @1770918313 {#887 date: 2026-02-12 18:45:13.221637 Europe/Paris (+01:00) } -sourceProspect: null -dateEntreeSouhaitee: null -compositionFamiliale: null -nbEnfant: null -typologieRecherche: null -parking: null -balcon: null -budgetMax: null -commentaireDemande: null -decisionDemande: null -createurDemande: null -dateDernierAppel: null -nbAppel: 0 -secteurRecherche: null -createurPremsVisite: null -creationDossier: null -userDernierAppel: null -borneElectrique: false -lot: null -idAccess: null -refAnnonceSouhaitee: null -utmForm: null -utmSource: null -utmMedium: null -utmCampaign: null -utmTerm: null -attribution: null -candidats: Doctrine\ORM\PersistentCollection {#1509 …} -visites: Doctrine\ORM\PersistentCollection {#1468 …} -mel: null -solvabilites: Doctrine\ORM\PersistentCollection {#1566 …} -suiviAppels: Doctrine\ORM\PersistentCollection {#1568 …} -leadsLocation: Doctrine\ORM\PersistentCollection {#1582 …} -equipe: App\Entity\Equipe {#1249 …} -documentLocataires: Doctrine\ORM\PersistentCollection {#1581 …} } "constraints" => null "groups" => null ]
In
ApiDemandeLogementController.php
line ():
No violations
[ "value" => App\Entity\LeadLocation {#806 -id: 2920 -uuid: Ramsey\Uuid\Lazy\LazyUuidFromString {#802 …} -firstName: "" -lastName: "Emilie Ronne" -email: "amoursucrede47@gmail.com" -tel: "+33618853113" -city: "TOULOUSE " -sourceProspect: "My Se Loger pro (SGL)" -commentaireDemande: "Je suis intéressé par votre offre et souhaite organiser un rendez-vous de visite. Merci de bien vouloir me contacter." -utmForm: "My Se Loger pro (SGL)" -utmSource: "My Se Loger pro (SGL)" -utmMedium: "ApiLeadsBuy" -utmCampaign: "" -utmTerm: "" -attribution: "Location Toulouse 1" -refAnnonce: "8519" -lienAnnonce: null -demandeLogement: App\Entity\DemandeLogement {#921 -id: 158007 -uuid: Ramsey\Uuid\Lazy\LazyUuidFromString {#1292 …} -dateDemande: DateTimeImmutable @1770918313 {#887 date: 2026-02-12 18:45:13.221637 Europe/Paris (+01:00) } -sourceProspect: null -dateEntreeSouhaitee: null -compositionFamiliale: null -nbEnfant: null -typologieRecherche: null -parking: null -balcon: null -budgetMax: null -commentaireDemande: null -decisionDemande: null -createurDemande: null -dateDernierAppel: null -nbAppel: 0 -secteurRecherche: null -createurPremsVisite: null -creationDossier: null -userDernierAppel: null -borneElectrique: false -lot: null -idAccess: null -refAnnonceSouhaitee: null -utmForm: null -utmSource: null -utmMedium: null -utmCampaign: null -utmTerm: null -attribution: null -candidats: Doctrine\ORM\PersistentCollection {#1509 …} -visites: Doctrine\ORM\PersistentCollection {#1468 …} -mel: null -solvabilites: Doctrine\ORM\PersistentCollection {#1566 …} -suiviAppels: Doctrine\ORM\PersistentCollection {#1568 …} -leadsLocation: Doctrine\ORM\PersistentCollection {#1582 …} -equipe: App\Entity\Equipe {#1249 …} -documentLocataires: Doctrine\ORM\PersistentCollection {#1581 …} } -createdAt: DateTimeImmutable @1770918313 {#887} -miseEnLocation: null } "constraints" => null "groups" => null ]