Skip to content

Commit 996d0fb

Browse files
authored
Merge pull request #142 from carusogabriel/2018
Welcome 2018 🎉
2 parents 4595df9 + a1e6160 commit 996d0fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+70
-70
lines changed

README.md

Lines changed: 2 additions & 2 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phpdocumentor/reflection-docblock",
33
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4-
"type": "library",
4+
"type": "library",
55
"license": "MIT",
66
"authors": [
77
{

src/DocBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/Description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/DescriptionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/ExampleFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/Serializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/StandardTagFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/Tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

src/DocBlock/TagFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @copyright 2010-2015 Mike van Riel<[email protected]>
9+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link http://phpdoc.org
1212
*/

0 commit comments

Comments
 (0)