https://sys.nenocourier.co.ke/fos/new-parcel Return to referer URL

Validator calls

Path Message Invalid value Violation
data.receiverPhoneNumber This value should have exactly 12 characters.
"0717 465"
Symfony\Component\Validator\ConstraintViolation {#2070
  -message: "This value should have exactly 12 characters."
  -messageTemplate: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
  -parameters: [
    "{{ value }}" => ""0717 465""
    "{{ limit }}" => "12"
  ]
  -plural: 12
  -root: Symfony\Component\Form\Form {#1392
    name: "app_bundle_way_bill_form"
    type_class: "App\Form\WayBillForm"
    data: App\Entity\WayBill {#1043
      -id: null
      -senderName: "SCHOLAR"
      -senderPhoneNumber: "0725 536 093"
      -receiverName: "collins wafula"
      -receiverPhoneNumber: "0717 465"
      -fromStation: null
      -toStation: App\Entity\Station {#1538 …}
      -createdAt: null
      -createdBy: null
      -transaction: App\Entity\Transaction {#1523 …}
      -parcels: Doctrine\Common\Collections\ArrayCollection {#1044 …}
      -isCollected: null
      -isReceived: null
      -receivedBy: null
      -organization: App\Entity\Organization {#1084 …}
      -collectedParcel: null
      -receivedAt: null
      -percelCount: null
      -longitude: null
      -latitude: null
      -parcelValue: 0
    }
  }
  -propertyPath: "data.receiverPhoneNumber"
  -invalidValue: "0717 465"
  -constraint: Symfony\Component\Validator\Constraints\Length {#1984 …}
  -code: "4b6f5c76-22b4-409d-af16-fbe823ba9332"
  -cause: null
}