Skip to content

Commit 8de640e

Browse files
committed
Update php file headers doc blocks
1 parent 7e792eb commit 8de640e

21 files changed

Lines changed: 74 additions & 97 deletions

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+
* Update 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-07
217

318
Initial tagged release

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dotkernel/dot-controller",
33
"type": "library",
4-
"description": "Controller like middleware with plugin support",
4+
"description": "DotKernel controller like middleware component with plugin support",
55
"license": "MIT",
66
"authors": [
77
{
@@ -15,7 +15,7 @@
1515
"container-interop/container-interop": "^1.1",
1616
"zendframework/zend-servicemanager": "^3.0",
1717

18-
"dotkernel/dot-event": "~0.1"
18+
"dotkernel/dot-event": "^0.1"
1919
},
2020
"require-dev": {
2121
"zendframework/zend-expressive-template": "^1.0",

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

108
declare(strict_types = 1);

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

108
declare(strict_types = 1);

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

108
declare(strict_types = 1);

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

108
declare(strict_types = 1);

src/Event/ControllerEvent.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
5-
* @author: n3vra
6-
* Date: 1/27/2017
7-
* Time: 4:20 PM
3+
* @see https://github.com/dotkernel/dot-controller/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

src/Event/ControllerEventListenerInterface.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
5-
* @author: n3vra
6-
* Date: 1/27/2017
7-
* Time: 5:21 PM
3+
* @see https://github.com/dotkernel/dot-controller/ for the canonical source repository
4+
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+
* @license https://github.com/dotkernel/dot-controller/blob/master/LICENSE.md MIT License
86
*/
97

108
declare(strict_types = 1);

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

108
declare(strict_types = 1);

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

108
declare(strict_types = 1);

0 commit comments

Comments
 (0)