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 11, 2017
1 parent 10502f0 commit bcd1d28
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 31 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.0.1 - 2017-03-11

Updated php file headers doc blocks

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* Nothing


## 1.0.0 - 2017-03-09

Initial tagged release
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.3",

"dotkernel/dot-mail": "~0.1"
"dotkernel/dot-mail": "^0.1"
},
"autoload": {
"psr-4": {
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: dotkernel/dot-log
* @author: n3vrax
* Date: 1/11/2017
* Time: 8:44 PM
* @see https://github.com/dotkernel/dot-log/ for the canonical source repository
* @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
* @license https://github.com/dotkernel/dot-log/blob/master/LICENSE.md MIT License
*/

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

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

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

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

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

declare(strict_types = 1);
Expand Down

0 comments on commit bcd1d28

Please sign in to comment.