Skip to content

Commit

Permalink
Merge pull request #94 from K-Phoen/analysis-8AB7pl
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
K-Phoen authored Oct 12, 2017
2 parents cfccdda + da867c2 commit 71f7f6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/Parser/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public function visit(Visitor\Element $element, &$handle = null, $eldnah = null)
switch ($child->getId()) {
case '#attribute_access':
$name->attribute($_child);

break;
}
}
Expand Down
14 changes: 7 additions & 7 deletions tests/features/bootstrap/BaseContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ public function __construct()
$this->initialize();
}

/**
* @BeforeSuite
*/
public static function prepare(BeforeSuiteScope $scope)
{
echo 'Current suite: '.$scope->getSuite()->getName();
}
/**
* @BeforeSuite
*/
public static function prepare(BeforeSuiteScope $scope)
{
echo 'Current suite: '.$scope->getSuite()->getName();
}

/**
* Will be called right after the construction of the context, useful to
Expand Down

0 comments on commit 71f7f6f

Please sign in to comment.