Skip to content

Instantly share code, notes, and snippets.

@maykonmeier
Last active August 29, 2015 14:04
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 maykonmeier/ef7cc6d19be48d706dd2 to your computer and use it in GitHub Desktop.
Save maykonmeier/ef7cc6d19be48d706dd2 to your computer and use it in GitHub Desktop.
Inline comment
<?php
class Post
{
public function getPost()
{
// Inline comment
$a = 10;
// This method will return an int 10
return $a;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment