Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jul 3, 2016
1 parent 4dcb16c commit 5831eb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/classes/ConfigParser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Configuration Parser class
*
* Simple PHP code parser for scalar and array types
*
*
* @package MantisBT
* @subpackage classes
*
Expand Down
4 changes: 2 additions & 2 deletions core/classes/Tokenizer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

/**
* Tokenizer class
*
*
* Uses PHP's internal token_get_all() function to parse a piece of code
* into tokens
*
*
* @package MantisBT
* @subpackage classes
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Mantis/ConfigParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private function errorMessage( $p_text ) {
. $p_text . "\n"
. "<<<------------------------\n";
}

/**
* Adds a new test case to the list
*
Expand Down Expand Up @@ -239,7 +239,7 @@ private function initScalarTestCases() {
$this->addScalarCase( 'MANTIS_VERSION', PHPUnit_Type::TYPE_STRING ); #string
$this->addScalarCase( " MANTIS_VERSION\n", PHPUnit_Type::TYPE_STRING );
}

/**
* Initialize the array test cases list
*/
Expand Down

0 comments on commit 5831eb3

Please sign in to comment.