Skip to content

Commit

Permalink
Merge pull request #7 from sandstorm/bugfix/wrong-variable-name-in-do…
Browse files Browse the repository at this point in the history
…cumentation

[BUGFIX] Small fixes in documentation
  • Loading branch information
robertlemke committed Nov 18, 2016
2 parents a922888 + 13a7583 commit e930939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ following `default` preset is used:

.. literalinclude:: ../Configuration/Settings.yaml
:language: yaml
:lines: 1-27
:lines: 1-37
:emphasize-lines: 5-

To adjust this default preset, override as usual:
Expand Down Expand Up @@ -97,7 +97,7 @@ method and can process the result, in this example by calling ``activateRegistra
:emphasize-lines: 1,6
$token = $this->doubleOptInHelper->validateTokenHash($tokenHash);
if ($result === FALSE) {
if ($token === NULL) {
// token was no valid
} else {
// token was valid, $result contains a Token instance
Expand Down

0 comments on commit e930939

Please sign in to comment.