Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 4af654a

Browse files
committed
Fixes tags for website reference and license in DocBlocks
1 parent 10d52d8 commit 4af654a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Module.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://github.com/zendframework/zend-inputfilter for the canonical source repository
3+
* @see http://github.com/zendframework/zend-inputfilter for the canonical source repository
44
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license http://framework.zend.com/license/new-bsd New BSD License
5+
* @license https://github.com/zendframework/zend-inputfilter/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace Zend\InputFilter;

test/ModuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link https://github.com/zendframework/zend-inputfilter for the canonical source repository
3+
* @see https://github.com/zendframework/zend-inputfilter for the canonical source repository
44
* @copyright Copyright (c) 2019 Zend Technologies USA Inc. (https://www.zend.com)
5-
* @license https://github.com/zendframework/zend-inputfilter/blob/master/LICENSE.md
5+
* @license https://github.com/zendframework/zend-inputfilter/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace ZendTest\InputFilter;

0 commit comments

Comments
 (0)