0 votes

I had this annotation in a file:

/**
     * @Assert\File(
     *     maxSize = "5M",
     *     mimeTypes = {"image/jpeg", "image/gif", "image/png", "image/tiff"},
     *     maxSizeMessage = "The maxmimum allowed file size is 5MB.",
     *     mimeTypesMessage = "Only the filetypes image are allowed."
     * 
     */

The end ")" was missing, and when exporting the skipper project, it crashed.

in Solved by (160 points)
recategorized by

1 Answer

0 votes

Thanks for info. Would be possible to send me a whole file? ([email protected]) ?

It's probably caused by missing ")" together with some following content.

Thank you

by Skipper developer (141k points)

No problem, the file is sent.