Skip to content

Commit e90b34a

Browse files
committed
Updated php file headers doc blocks
1 parent 0dbd5c6 commit e90b34a

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.1",
1414
"container-interop/container-interop": "^1.1",
1515

16-
"dotkernel/dot-controller": "~0.1",
16+
"dotkernel/dot-controller": "^0.1",
1717
"dotkernel/dot-session": "^1.0"
1818
},
1919
"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-session
5-
* @author: n3vrax
6-
* Date: 2/3/2017
7-
* Time: 12:28 AM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

src/Factory/SessionPluginFactory.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-session
5-
* @author: n3vrax
6-
* Date: 2/3/2017
7-
* Time: 12:44 AM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

src/SessionPlugin.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-session
5-
* @author: n3vrax
6-
* Date: 2/3/2017
7-
* Time: 12:30 AM
3+
* @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

0 commit comments

Comments
 (0)