Skip to content

Commit

Permalink
Feature/cleanup (#31)
Browse files Browse the repository at this point in the history
* Update phpDoc for Video

* Consistent namespace order.
  • Loading branch information
ThePixelDeveloper committed Apr 26, 2016
1 parent 1b975d1 commit ccf9c51
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 79 deletions.
4 changes: 2 additions & 2 deletions src/Subelements/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Thepixeldeveloper\Sitemap\Subelements;

use Thepixeldeveloper\Sitemap\AppendAttributeInterface;
use Thepixeldeveloper\Sitemap\OutputInterface;
use XMLWriter;
use Thepixeldeveloper\Sitemap\OutputInterface;
use Thepixeldeveloper\Sitemap\AppendAttributeInterface;

/**
* Class Image
Expand Down
4 changes: 2 additions & 2 deletions src/Subelements/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Thepixeldeveloper\Sitemap\Subelements;

use Thepixeldeveloper\Sitemap\AppendAttributeInterface;
use Thepixeldeveloper\Sitemap\OutputInterface;
use XMLWriter;
use Thepixeldeveloper\Sitemap\OutputInterface;
use Thepixeldeveloper\Sitemap\AppendAttributeInterface;

/**
* Class Link
Expand Down
4 changes: 2 additions & 2 deletions src/Subelements/Mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Thepixeldeveloper\Sitemap\Subelements;

use Thepixeldeveloper\Sitemap\AppendAttributeInterface;
use Thepixeldeveloper\Sitemap\OutputInterface;
use XMLWriter;
use Thepixeldeveloper\Sitemap\OutputInterface;
use Thepixeldeveloper\Sitemap\AppendAttributeInterface;

/**
* Class Mobile
Expand Down
4 changes: 2 additions & 2 deletions src/Subelements/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Thepixeldeveloper\Sitemap\Subelements;

use Thepixeldeveloper\Sitemap\AppendAttributeInterface;
use Thepixeldeveloper\Sitemap\OutputInterface;
use XMLWriter;
use Thepixeldeveloper\Sitemap\OutputInterface;
use Thepixeldeveloper\Sitemap\AppendAttributeInterface;

/**
* Class Image
Expand Down
Loading

0 comments on commit ccf9c51

Please sign in to comment.