Skip to content

Instantly share code, notes, and snippets.

/class.php Secret

Created May 10, 2017 20:16
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 anonymous/30f57a6ca3737753495944b3ea59f2e5 to your computer and use it in GitHub Desktop.
Save anonymous/30f57a6ca3737753495944b3ea59f2e5 to your computer and use it in GitHub Desktop.
<?php
public function nombre(string $nombre = ''): string
{
return $nombre ?? “Gonza”;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment