Skip to content

Commit

Permalink
Removed extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Apr 9, 2015
1 parent 1082add commit 71e802d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/ORM/Locator/LocatorInterface.php
@@ -1,5 +1,4 @@
<?php

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand All @@ -13,7 +12,6 @@
* @since 3.1.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace Cake\ORM\Locator;

use Cake\ORM\Table;
Expand Down
2 changes: 0 additions & 2 deletions src/ORM/Locator/TableLocator.php
@@ -1,5 +1,4 @@
<?php

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand All @@ -13,7 +12,6 @@
* @since 3.1.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace Cake\ORM\Locator;

use Cake\Core\App;
Expand Down
2 changes: 0 additions & 2 deletions src/ORM/TableRegistry.php
@@ -1,5 +1,4 @@
<?php

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand All @@ -13,7 +12,6 @@
* @since 3.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace Cake\ORM;

use Cake\ORM\Locator\LocatorInterface;
Expand Down

0 comments on commit 71e802d

Please sign in to comment.