Skip to content

Commit

Permalink
Merge pull request #4 from RyanDaDeng/analysis-XNP96v
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
RyanDaDeng committed Jul 12, 2019
2 parents e90d4dc + 831923c commit 6850a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/branchingassessment.php
Expand Up @@ -11,7 +11,7 @@
'question_id' => 'A',
'rule' => [
'type' => 'xiongjia',
'next' => null
'next' => null,
],
],
[
Expand Down
2 changes: 1 addition & 1 deletion src/Factories/RuleFactory.php
Expand Up @@ -8,9 +8,9 @@

namespace TimeHunter\BranchingAssessment\Factories;

use TimeHunter\BranchingAssessment\Rules\XiongjiaRule;
use TimeHunter\BranchingAssessment\Rules\ScoreCheckRule;
use TimeHunter\BranchingAssessment\Rules\SimpleSkipRule;
use TimeHunter\BranchingAssessment\Rules\XiongjiaRule;
use TimeHunter\BranchingAssessment\Services\AssessmentProcessor;

class RuleFactory
Expand Down

0 comments on commit 6850a49

Please sign in to comment.