Skip to content

Commit

Permalink
Style fix: newline before namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FaaPz committed Aug 14, 2016
1 parent 1e1bb3e commit 45587da
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/PDO/Clause/ClauseContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/GroupClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/HavingClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/JoinClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/LimitClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/OffsetClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/OrderClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Clause/WhereClause.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Clause;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO;

use Slim\PDO\Statement\SelectStatement;
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO;

/**
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement/DeleteStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Statement;

use Slim\PDO\Database;
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement/InsertStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Statement;

use Slim\PDO\Database;
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement/SelectStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Statement;

use Slim\PDO\Clause\GroupClause;
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement/StatementContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Statement;

use Slim\PDO\Clause\LimitClause;
Expand Down
1 change: 1 addition & 0 deletions src/PDO/Statement/UpdateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @license MIT
* @license http://opensource.org/licenses/MIT
*/

namespace Slim\PDO\Statement;

use Slim\PDO\Database;
Expand Down

0 comments on commit 45587da

Please sign in to comment.