Skip to content

Commit

Permalink
Merge pull request #29 from dotkernel/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
n3vrax authored Apr 7, 2017
2 parents 6a6e525 + 8434321 commit 4712315
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 34 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.3.1 - 2017-04-07

### Changed
* Nothing

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* any reference to dot-frontend replace with frontend

### Fixed
* Nothing


## 0.3.0 - 2017-04-07

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/App/src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/App/src/Controller/ContactController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/App/src/Controller/PageController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

namespace Frontend\App\Controller;
Expand Down
4 changes: 2 additions & 2 deletions src/App/src/Factory/AnnotationsCacheFactory.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

namespace Frontend\App\Factory;
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Authentication/AuthenticationListener.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Controller/UserController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Entity/UserDetailsEntity.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Entity/UserEntity.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Factory/UserFieldsetDelegator.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Fieldset/UserDetailsFieldset.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Form/AccountForm.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Form/RegisterForm.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Listener/UserEventsListener.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Mapper/UserDbMapper.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Messages.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
4 changes: 2 additions & 2 deletions src/User/src/Service/UserMailerService.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/dotkernel/dot-frontend/ for the canonical source repository
* @see https://github.com/dotkernel/frontend/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-frontend/blob/master/LICENSE.md MIT License
* @license https://github.com/dotkernel/frontend/blob/master/LICENSE.md MIT License
*/

declare(strict_types=1);
Expand Down

0 comments on commit 4712315

Please sign in to comment.