Skip to content

Commit

Permalink
Fixed formatting on getPath getNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xosofox authored and kriswallsmith committed Feb 3, 2011
1 parent f4982fc commit a004be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KrisTwitterBundle.php
Expand Up @@ -15,8 +15,8 @@ public function getNamespace()
} }


/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getPath() public function getPath()
{ {
return strtr(__DIR__, '\\', '/'); return strtr(__DIR__, '\\', '/');
Expand Down

0 comments on commit a004be0

Please sign in to comment.