Skip to content

Commit

Permalink
coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Dec 21, 2016
1 parent fce45ad commit 61498c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tmilos/GoldParser/Dfa/Dfa.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Dfa implements DfaInterface
private $currentState;

/**
* @param State $startState
* @param State $startState
*/
public function __construct(State $startState)
{
Expand Down

0 comments on commit 61498c7

Please sign in to comment.