Skip to content

Commit

Permalink
Merge pull request #2 from josephzidell/patch-3
Browse files Browse the repository at this point in the history
[WIP] Fix tests
  • Loading branch information
josephzidell committed Aug 10, 2018
2 parents 59d4993 + acecdf1 commit 158fe98
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -290,6 +290,12 @@ class VariableCommentUnitTest
protected $noComment2 = '';


/**
* @var integer Var type checking (int v.s. integer) with single-line comment.
*/
private $_varSimpleTypeCheck;


}//end class


Expand Down

0 comments on commit 158fe98

Please sign in to comment.