Skip to content

Commit

Permalink
Merge pull request #3 from craigcartmell/fix-incompatible-declaration
Browse files Browse the repository at this point in the history
Fix incompatible declaration
  • Loading branch information
DraperStudio authored and DraperStudio committed Jun 4, 2015
2 parents f861567 + e5c8cdd commit 75a92e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function getTokenFields($code)
/**
* {@inheritdoc}
*/
protected function getCodeFields($state)
protected function getCodeFields($state = null)
{
$codeFields = parent::getCodeFields($state);

Expand Down

0 comments on commit 75a92e9

Please sign in to comment.