Skip to content

Commit

Permalink
Changed namespace
Browse files Browse the repository at this point in the history
Changed namespaces to conform to PSR-0 rules
  • Loading branch information
Matt Wallace committed Mar 15, 2013
1 parent c19f229 commit 3206e9b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.*~
.*.*~
2 changes: 1 addition & 1 deletion annotation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* Trait that contains shared functionality between the annotation class and
Expand Down
2 changes: 1 addition & 1 deletion annotationclass.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* Wrapper around the ReflectionClass class that provides the extra
Expand Down
2 changes: 1 addition & 1 deletion annotationfunction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* AnnotationFunction
Expand Down
2 changes: 1 addition & 1 deletion annotationfunctiontrait.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* Trait that contains overriden versions of the methods from the
Expand Down
2 changes: 1 addition & 1 deletion annotationmethod.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* Wrapper around the ReflectionMethod class that provides the extra
Expand Down
2 changes: 1 addition & 1 deletion annotationobject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* AnnotationObject
Expand Down
2 changes: 1 addition & 1 deletion annotationparameter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* AnnotationParameter
Expand Down
2 changes: 1 addition & 1 deletion annotationparser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* Parses a documentation string and extracts annotations. There are
Expand Down
2 changes: 1 addition & 1 deletion annotationparserinterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Exegesis;
namespace MattRWallace\Exegesis;

/**
* AnnotationParserInterface
Expand Down

0 comments on commit 3206e9b

Please sign in to comment.