Skip to content

Commit

Permalink
Updated php file headers doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vrax committed Mar 10, 2017
1 parent a165b63 commit 6865153
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.1.1 - 2017-03-11

### Added
* Updated php file headers doc blocks

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* Nothing


## 0.1.0 - 2017-03-09

Initial tagged release
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"php": "^7.1",
"container-interop/container-interop": "^1.1",

"dotkernel/dot-controller": "~0.1",
"dotkernel/dot-flashmessenger": "~0.1",
"dotkernel/dot-controller": "^0.1",
"dotkernel/dot-flashmessenger": "^0.1",
"dotkernel/dot-form": "^1.0"
},
"require-dev": {
Expand Down
8 changes: 3 additions & 5 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php
/**
* @copyright: DotKernel
* @library: dot-controller-plugin-forms
* @author: n3vra
* Date: 1/25/2017
* Time: 2:27 PM
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
8 changes: 3 additions & 5 deletions src/Factory/FormsPluginFactory.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php
/**
* @copyright: DotKernel
* @library: dot-controller-plugin-forms
* @author: n3vra
* Date: 1/25/2017
* Time: 2:37 PM
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down
8 changes: 3 additions & 5 deletions src/FormsPlugin.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php
/**
* @copyright: DotKernel
* @library: dot-controller-plugin-forms
* @author: n3vra
* Date: 1/25/2017
* Time: 2:36 PM
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
*/

declare(strict_types = 1);
Expand Down

0 comments on commit 6865153

Please sign in to comment.