Skip to content

Instantly share code, notes, and snippets.

@Nek-
Created January 19, 2015 10:51
Show Gist options
  • Save Nek-/903b605eba2f9d772aa2 to your computer and use it in GitHub Desktop.
Save Nek-/903b605eba2f9d772aa2 to your computer and use it in GitHub Desktop.
<?php
$builder->add('selectedFile', 'hidden', [
'constraints' => [
new NotBlank(),
new Type(['type' => 'integer', 'message' => 'Their was a failure on the internet.'])
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment