mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12349] Fix Sniffer for @license tag
PHPBB3-12349
This commit is contained in:
parent
0a586258a2
commit
e39c4f0d20
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class phpbb_Sniffs_Commenting_FileCommentSniff implements PHP_CodeSniffer_Sniff
|
|||
*/
|
||||
protected function processLicense(PHP_CodeSniffer_File $phpcsFile, $ptr, $tags)
|
||||
{
|
||||
$license = 'http://opensource.org/licenses/gpl-license.php GNU Public License';
|
||||
$license = 'http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2';
|
||||
|
||||
if (!isset($tags['license']))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue