Skip to content

Commit

Permalink
Update examples.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rdorado committed Mar 19, 2019
1 parent ca487fa commit e931279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/examples.rst
Expand Up @@ -8,8 +8,9 @@ Example 1: time analysis

.. code-block:: php
:linenos:
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );
Example 2: user analysis
============================
Expand Down

0 comments on commit e931279

Please sign in to comment.