Skip to content

Instantly share code, notes, and snippets.

@brichards
Forked from ericandrewlewis/gist:6704399
Last active December 23, 2015 22:39
Show Gist options
  • Select an option

  • Save brichards/6704428 to your computer and use it in GitHub Desktop.

Select an option

Save brichards/6704428 to your computer and use it in GitHub Desktop.

Revisions

  1. brichards revised this gist Sep 25, 2013. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion gistfile1.php
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,12 @@
    * With two lines of notes about something.
    */


    /* This is a multiline inline comment.
    * With two lines of notes about something.
    */
    */


    // This is a multiline inline comment.
    // With two lines of notes about something.

  2. brichards revised this gist Sep 25, 2013. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions gistfile1.php
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,15 @@
    <?php
    /**
    * This is a docblock.
    *
    * With two lines of text.
    */


    /*
    * This is a multiline inline comment.
    *
    * With two lines of notes about something.
    */

    /* This is a multiline inline comment.
    *
    *
    * With two lines of notes about something.
    */
  3. @ericandrewlewis ericandrewlewis created this gist Sep 25, 2013.
    16 changes: 16 additions & 0 deletions gistfile1.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    <?php
    /**
    * This is a docblock.
    *
    */


    /*
    * This is a multiline inline comment.
    *
    */

    /* This is a multiline inline comment.
    *
    *
    */