Skip to content

Instantly share code, notes, and snippets.

@amcastror
Created May 22, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcastror/169ae956e2796912f7f7353719deb319 to your computer and use it in GitHub Desktop.
Save amcastror/169ae956e2796912f7f7353719deb319 to your computer and use it in GitHub Desktop.
Asignación con validación en un if
<?php
if(null === $entity = $this->em->find(1)){
throw new \Exception('Entity not found');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment