Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created January 16, 2017 13:37
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 beshkenadze/3db37f45829a7708fbd0a2184e4cd4fa to your computer and use it in GitHub Desktop.
Save beshkenadze/3db37f45829a7708fbd0a2184e4cd4fa to your computer and use it in GitHub Desktop.
<?php
if (is_null($user)) {
$this->logger->info('User with id: ' . $user->getId() . 'is null');
return false;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment