Skip to content

Commit

Permalink
Merge pull request #2 from koriym/phpdoc
Browse files Browse the repository at this point in the history
Fix docblox
  • Loading branch information
pmjones committed Mar 19, 2013
2 parents 7e3c836 + 9d33916 commit 43f2395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Aura/Session/CsrfToken.php
Expand Up @@ -10,8 +10,6 @@
*/
namespace Aura\Session;

use Aura\Session\SegmentFactory;

/**
*
* Cross-site request forgery token tools.
Expand Down
6 changes: 3 additions & 3 deletions src/Aura/Session/SegmentFactory.php
Expand Up @@ -23,10 +23,10 @@ class SegmentFactory
*
* Creates a session segment object.
*
* @param string $name
*
* @param Manager $manager
* @param string $name
*
* @return Segment
*
*/
public function newInstance(Manager $manager, $name)
{
Expand Down

0 comments on commit 43f2395

Please sign in to comment.