Skip to content

Commit 6865153

Browse files
committed
Updated php file headers doc blocks
1 parent a165b63 commit 6865153

5 files changed

Lines changed: 26 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.1.1 - 2017-03-11
2+
3+
### Added
4+
* Updated php file headers doc blocks
5+
6+
### Deprecated
7+
* Nothing
8+
9+
### Removed
10+
* Nothing
11+
12+
### Fixed
13+
* Nothing
14+
15+
116
## 0.1.0 - 2017-03-09
217

318
Initial tagged release

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "^7.1",
1414
"container-interop/container-interop": "^1.1",
1515

16-
"dotkernel/dot-controller": "~0.1",
17-
"dotkernel/dot-flashmessenger": "~0.1",
16+
"dotkernel/dot-controller": "^0.1",
17+
"dotkernel/dot-flashmessenger": "^0.1",
1818
"dotkernel/dot-form": "^1.0"
1919
},
2020
"require-dev": {

src/ConfigProvider.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22
/**
3-
* @copyright: DotKernel
4-
* @library: dot-controller-plugin-forms
5-
* @author: n3vra
6-
* Date: 1/25/2017
7-
* Time: 2:27 PM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

src/Factory/FormsPluginFactory.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22
/**
3-
* @copyright: DotKernel
4-
* @library: dot-controller-plugin-forms
5-
* @author: n3vra
6-
* Date: 1/25/2017
7-
* Time: 2:37 PM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

src/FormsPlugin.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?php
22
/**
3-
* @copyright: DotKernel
4-
* @library: dot-controller-plugin-forms
5-
* @author: n3vra
6-
* Date: 1/25/2017
7-
* Time: 2:36 PM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-forms/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-forms/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

0 commit comments

Comments
 (0)